A music tutor web app built on VexFlow/React/Redux/react-router/webpack
- Clone repo:
git clone https://github.com/dannyid/music-tutor.git && cd music-tutor;
- Install dependencies:
npm install;
-
Download GoogleAppEngineLauncher.
-
Add app folder to Google App Engine Launcher
- Be sure to use port 38080. Admin port can be anything you want.
- Start app by running:
npm start;
This will start webpack and will live reload your changes.
- Navigate to localhost:8080 in your browser.