Installs required npm packages
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
cd backend
python -m venv venv
pip install -r requirements.txt (make sure venv is activated)
When inside backend to start server
flask run
Once flask terminal displays GRAPHS LOADED run
npm start
View on http://localhost:3000
Use a fullscreen 1920x1080 and above window to avoid GUI issues