sshuair09 0916905e31 commit преди 2 месеца
..
.vscode 0916905e31 commit преди 2 месеца
public 0916905e31 commit преди 2 месеца
resources 0916905e31 commit преди 2 месеца
src 0916905e31 commit преди 2 месеца
.dockerignore 0916905e31 commit преди 2 месеца
.editorconfig 0916905e31 commit преди 2 месеца
.eslintignore 0916905e31 commit преди 2 месеца
.eslintrc.cjs 0916905e31 commit преди 2 месеца
.gitignore 0916905e31 commit преди 2 месеца
.npmrc 0916905e31 commit преди 2 месеца
.prettierignore 0916905e31 commit преди 2 месеца
.prettierrc.yaml 0916905e31 commit преди 2 месеца
Dockerfile 0916905e31 commit преди 2 месеца
Dockerfile.dev 0916905e31 commit преди 2 месеца
README.md 0916905e31 commit преди 2 месеца
components.json 0916905e31 commit преди 2 месеца
index.html 0916905e31 commit преди 2 месеца
nginx.conf 0916905e31 commit преди 2 месеца
package.json 0916905e31 commit преди 2 месеца
tsconfig.json 0916905e31 commit преди 2 месеца
vite.config.ts 0916905e31 commit преди 2 месеца
yarn.lock 0916905e31 commit преди 2 месеца

README.md

flowsint-app

The folder for the flowsint client, a web application built with Vite and React. The main libraries used are:

  • TanstackQuery
  • TanstackRouter
  • XYflow
  • react-force-graph

Project setup

Install

$ npm install

Development

$ npm run dev

This will start the development server at http://localhost:5173

Build

$ npm run build

This will create a production build in the dist folder.

Preview

$ npm run start

This will start the production build locally.