sshuair09 0916905e31 commit 2 nedēļas atpakaļ
..
.vscode 0916905e31 commit 2 nedēļas atpakaļ
public 0916905e31 commit 2 nedēļas atpakaļ
resources 0916905e31 commit 2 nedēļas atpakaļ
src 0916905e31 commit 2 nedēļas atpakaļ
.dockerignore 0916905e31 commit 2 nedēļas atpakaļ
.editorconfig 0916905e31 commit 2 nedēļas atpakaļ
.eslintignore 0916905e31 commit 2 nedēļas atpakaļ
.eslintrc.cjs 0916905e31 commit 2 nedēļas atpakaļ
.gitignore 0916905e31 commit 2 nedēļas atpakaļ
.npmrc 0916905e31 commit 2 nedēļas atpakaļ
.prettierignore 0916905e31 commit 2 nedēļas atpakaļ
.prettierrc.yaml 0916905e31 commit 2 nedēļas atpakaļ
Dockerfile 0916905e31 commit 2 nedēļas atpakaļ
Dockerfile.dev 0916905e31 commit 2 nedēļas atpakaļ
README.md 0916905e31 commit 2 nedēļas atpakaļ
components.json 0916905e31 commit 2 nedēļas atpakaļ
index.html 0916905e31 commit 2 nedēļas atpakaļ
nginx.conf 0916905e31 commit 2 nedēļas atpakaļ
package.json 0916905e31 commit 2 nedēļas atpakaļ
tsconfig.json 0916905e31 commit 2 nedēļas atpakaļ
vite.config.ts 0916905e31 commit 2 nedēļas atpakaļ
yarn.lock 0916905e31 commit 2 nedēļas atpakaļ

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.