in backend folder run command:
FLASK_APP=app flask run
in frontend folder run command:
npm start
alternatively run the start.sh script which will run the flask server and react frontend and print debug from both to terminal:
sh start.sh
to make changes to bokeh plot, you must restart the server when changes are made
- bokeh
- flask
- flask_cors
- numpy
- axios
- @bokeh/bokehjs
- react
- react-scripts
- react-dom