sshuair09 0916905e31 commit 1 mês atrás
..
.vscode 0916905e31 commit 1 mês atrás
public 0916905e31 commit 1 mês atrás
resources 0916905e31 commit 1 mês atrás
src 0916905e31 commit 1 mês atrás
.dockerignore 0916905e31 commit 1 mês atrás
.editorconfig 0916905e31 commit 1 mês atrás
.eslintignore 0916905e31 commit 1 mês atrás
.eslintrc.cjs 0916905e31 commit 1 mês atrás
.gitignore 0916905e31 commit 1 mês atrás
.npmrc 0916905e31 commit 1 mês atrás
.prettierignore 0916905e31 commit 1 mês atrás
.prettierrc.yaml 0916905e31 commit 1 mês atrás
Dockerfile 0916905e31 commit 1 mês atrás
Dockerfile.dev 0916905e31 commit 1 mês atrás
README.md 0916905e31 commit 1 mês atrás
components.json 0916905e31 commit 1 mês atrás
index.html 0916905e31 commit 1 mês atrás
nginx.conf 0916905e31 commit 1 mês atrás
package.json 0916905e31 commit 1 mês atrás
tsconfig.json 0916905e31 commit 1 mês atrás
vite.config.ts 0916905e31 commit 1 mês atrás
yarn.lock 0916905e31 commit 1 mês atrás

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.