Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 439 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 439 Bytes

groot

Project setup

React:

npm install

Python:

MacOS/ Linux
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Windows
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

Compiles and minifies for production

npm run build

Run React development serverr

npm run start

start server

python entrypoint.py