Skip to content

hebounds/bokeh-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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. bokeh
  2. flask
  3. flask_cors
  4. numpy

JS (npm install [package_name]):

  1. axios
  2. @bokeh/bokehjs
  3. react
  4. react-scripts
  5. react-dom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published