Files
flowsint/flowsint-app
..
2025-10-09 10:23:25 +02:00
2025-06-02 13:50:09 +02:00
2026-03-04 19:33:02 +01:00
2026-01-13 09:17:09 +01:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-10-09 10:23:25 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2025-06-01 17:32:07 +02:00
2026-01-08 19:59:56 +01:00
2026-02-12 22:04:21 +01:00
2025-10-09 10:23:25 +02:00
2025-10-29 08:31:41 +01:00

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.