sshuair09 0916905e31 commit 2 săptămâni în urmă
..
.vscode 0916905e31 commit 2 săptămâni în urmă
public 0916905e31 commit 2 săptămâni în urmă
resources 0916905e31 commit 2 săptămâni în urmă
src 0916905e31 commit 2 săptămâni în urmă
.dockerignore 0916905e31 commit 2 săptămâni în urmă
.editorconfig 0916905e31 commit 2 săptămâni în urmă
.eslintignore 0916905e31 commit 2 săptămâni în urmă
.eslintrc.cjs 0916905e31 commit 2 săptămâni în urmă
.gitignore 0916905e31 commit 2 săptămâni în urmă
.npmrc 0916905e31 commit 2 săptămâni în urmă
.prettierignore 0916905e31 commit 2 săptămâni în urmă
.prettierrc.yaml 0916905e31 commit 2 săptămâni în urmă
Dockerfile 0916905e31 commit 2 săptămâni în urmă
Dockerfile.dev 0916905e31 commit 2 săptămâni în urmă
README.md 0916905e31 commit 2 săptămâni în urmă
components.json 0916905e31 commit 2 săptămâni în urmă
index.html 0916905e31 commit 2 săptămâni în urmă
nginx.conf 0916905e31 commit 2 săptămâni în urmă
package.json 0916905e31 commit 2 săptămâni în urmă
tsconfig.json 0916905e31 commit 2 săptămâni în urmă
vite.config.ts 0916905e31 commit 2 săptămâni în urmă
yarn.lock 0916905e31 commit 2 săptămâni în urmă

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.