Run Instructions
- Install Packages
pip3 install python-highcharts
orpip install python-highcharts
pip install pandas
-
in main directory,
python server.py
to run backend server -
cd into the templates folder. run
live-server
(see instructions below for help)
How to run HTML file in live-server
npm install -g live-server
// Install globally via npmlive-server
in terminal // Run in the html's directory
live server is important because modules only work via HTTP(s)