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.