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