sshuair09 0916905e31 commit 2 тижнів тому
..
.vscode 0916905e31 commit 2 тижнів тому
public 0916905e31 commit 2 тижнів тому
resources 0916905e31 commit 2 тижнів тому
src 0916905e31 commit 2 тижнів тому
.dockerignore 0916905e31 commit 2 тижнів тому
.editorconfig 0916905e31 commit 2 тижнів тому
.eslintignore 0916905e31 commit 2 тижнів тому
.eslintrc.cjs 0916905e31 commit 2 тижнів тому
.gitignore 0916905e31 commit 2 тижнів тому
.npmrc 0916905e31 commit 2 тижнів тому
.prettierignore 0916905e31 commit 2 тижнів тому
.prettierrc.yaml 0916905e31 commit 2 тижнів тому
Dockerfile 0916905e31 commit 2 тижнів тому
Dockerfile.dev 0916905e31 commit 2 тижнів тому
README.md 0916905e31 commit 2 тижнів тому
components.json 0916905e31 commit 2 тижнів тому
index.html 0916905e31 commit 2 тижнів тому
nginx.conf 0916905e31 commit 2 тижнів тому
package.json 0916905e31 commit 2 тижнів тому
tsconfig.json 0916905e31 commit 2 тижнів тому
vite.config.ts 0916905e31 commit 2 тижнів тому
yarn.lock 0916905e31 commit 2 тижнів тому

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.