Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 669 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 669 Bytes

Getting Started with Create React App

npm install

Installs required npm packages

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Set up Python Virtual Enviornment and Install Packages

cd backend
python -m venv venv 
pip install -r requirements.txt (make sure venv is activated)

Running

When inside backend to start server

flask run

Once flask terminal displays GRAPHS LOADED run

npm start

View on http://localhost:3000

Recommended Settings

Use a fullscreen 1920x1080 and above window to avoid GUI issues