Skip to content

hebounds/plotly-web-app-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bokeh React App

To Start Locally

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

Notes

to make changes to bokeh plot, you must restart the server when changes are made

Packages

Python (pip install [package_name]):

  1. kaleido
  2. plotly
  3. flask
  4. flask_cors
  5. numpy
  6. pandas

JS (npm install [package_name]):

  1. axios
  2. react
  3. react-scripts
  4. react-dom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published