sshuair09 0916905e31 commit il y a 1 mois
..
.vscode 0916905e31 commit il y a 1 mois
public 0916905e31 commit il y a 1 mois
resources 0916905e31 commit il y a 1 mois
src 0916905e31 commit il y a 1 mois
.dockerignore 0916905e31 commit il y a 1 mois
.editorconfig 0916905e31 commit il y a 1 mois
.eslintignore 0916905e31 commit il y a 1 mois
.eslintrc.cjs 0916905e31 commit il y a 1 mois
.gitignore 0916905e31 commit il y a 1 mois
.npmrc 0916905e31 commit il y a 1 mois
.prettierignore 0916905e31 commit il y a 1 mois
.prettierrc.yaml 0916905e31 commit il y a 1 mois
Dockerfile 0916905e31 commit il y a 1 mois
Dockerfile.dev 0916905e31 commit il y a 1 mois
README.md 0916905e31 commit il y a 1 mois
components.json 0916905e31 commit il y a 1 mois
index.html 0916905e31 commit il y a 1 mois
nginx.conf 0916905e31 commit il y a 1 mois
package.json 0916905e31 commit il y a 1 mois
tsconfig.json 0916905e31 commit il y a 1 mois
vite.config.ts 0916905e31 commit il y a 1 mois
yarn.lock 0916905e31 commit il y a 1 mois

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.