mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-02 20:29:30 -05:00
41 lines
548 B
Markdown
41 lines
548 B
Markdown
# 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
|
|
|
|
```bash
|
|
$ npm install
|
|
```
|
|
|
|
### Development
|
|
|
|
```bash
|
|
$ npm run dev
|
|
```
|
|
|
|
This will start the development server at http://localhost:5173
|
|
|
|
### Build
|
|
|
|
```bash
|
|
$ npm run build
|
|
```
|
|
|
|
This will create a production build in the `dist` folder.
|
|
|
|
### Preview
|
|
|
|
```bash
|
|
$ npm run preview
|
|
```
|
|
|
|
This will preview the production build locally.
|