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.