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

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.