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