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

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.