|
|
il y a 2 semaines | |
|---|---|---|
| .. | ||
| .vscode | il y a 2 semaines | |
| public | il y a 2 semaines | |
| resources | il y a 2 semaines | |
| src | il y a 2 semaines | |
| .dockerignore | il y a 2 semaines | |
| .editorconfig | il y a 2 semaines | |
| .eslintignore | il y a 2 semaines | |
| .eslintrc.cjs | il y a 2 semaines | |
| .gitignore | il y a 2 semaines | |
| .npmrc | il y a 2 semaines | |
| .prettierignore | il y a 2 semaines | |
| .prettierrc.yaml | il y a 2 semaines | |
| Dockerfile | il y a 2 semaines | |
| Dockerfile.dev | il y a 2 semaines | |
| README.md | il y a 2 semaines | |
| components.json | il y a 2 semaines | |
| index.html | il y a 2 semaines | |
| nginx.conf | il y a 2 semaines | |
| package.json | il y a 2 semaines | |
| tsconfig.json | il y a 2 semaines | |
| vite.config.ts | il y a 2 semaines | |
| yarn.lock | il y a 2 semaines | |
The folder for the flowsint client, a web application built with Vite and React. The main libraries used are:
$ npm install
$ npm run dev
This will start the development server at http://localhost:5173
$ npm run build
This will create a production build in the dist folder.
$ npm run start
This will start the production build locally.