Files
flowsint/flowsint-app
2025-11-10 20:19:02 +01:00
..
2025-10-09 10:23:25 +02:00
2025-10-18 11:36:41 +02:00
2025-06-02 13:50:09 +02:00
2025-11-10 20:19:02 +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-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
2025-10-27 11:24:58 +01:00
2025-10-24 12:12:41 +02:00
2025-10-20 10:42:38 +02:00
2025-11-08 20:26:33 +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.