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