|
|
hace 2 semanas | |
|---|---|---|
| .. | ||
| .vscode | hace 2 semanas | |
| public | hace 2 semanas | |
| resources | hace 2 semanas | |
| src | hace 2 semanas | |
| .dockerignore | hace 2 semanas | |
| .editorconfig | hace 2 semanas | |
| .eslintignore | hace 2 semanas | |
| .eslintrc.cjs | hace 2 semanas | |
| .gitignore | hace 2 semanas | |
| .npmrc | hace 2 semanas | |
| .prettierignore | hace 2 semanas | |
| .prettierrc.yaml | hace 2 semanas | |
| Dockerfile | hace 2 semanas | |
| Dockerfile.dev | hace 2 semanas | |
| README.md | hace 2 semanas | |
| components.json | hace 2 semanas | |
| index.html | hace 2 semanas | |
| nginx.conf | hace 2 semanas | |
| package.json | hace 2 semanas | |
| tsconfig.json | hace 2 semanas | |
| vite.config.ts | hace 2 semanas | |
| yarn.lock | hace 2 semanas | |
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.