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

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.