Requires python and node.
pip install flask
cd client && npm install
- In the client directory:
npm start
- In a separate terminal, in the root directory:
python run.py
- Go to http://localhost:3000/
- In the client directory:
npm run build
- After the build finishes: In the root directory:
python run.py
- Go to http://localhost:5000/