Install all important packages for the client
:
cd client
npm init
npm install
Install important packages for server
:
cd server
pip install requirements.txt
To start the application please follow these steps
- Open the first tab in the root directory and run
python server/app.py
- Open the second tab in the root directory and run
cd SBB_Polyhack/client
npm start