Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 752 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 752 Bytes

Jazzercise

Generate endless exercises and practice material

Installation

Clone the repo

git clone [email protected]/gpascale/Jazzercise.git

Install client dependencies

cd client/
npm install -g webpack
npm install

Install Server dependencies

cd ../server
<set up and activate a virtualenv / conda environment (recommended)>
pip install -r requirements.txt

Running

Client

cd client/
npm run dev

Server

cd server/
python run-api.py