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

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.