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