Files
Mini-VLAT-ua/ReactTool/backend/README.md
2023-02-05 15:43:17 -06:00

8 lines
165 B
Markdown
Executable File

In order to run the frontend, execute the following commands
(assuming you have `pipenv` installed already):
```
cd backend
pipenv install
pipenv shell
flask run
```