dannyid / music-tutor

A web-based music tutoring app with web MIDI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Tutor

A music tutor web app built on VexFlow/React/Redux/react-router/webpack

To get started

  1. Clone repo:

git clone https://github.com/dannyid/music-tutor.git && cd music-tutor;

  1. Install dependencies:

npm install;

  1. Download GoogleAppEngineLauncher.

  2. Add app folder to Google App Engine Launcher

  • Be sure to use port 38080. Admin port can be anything you want.
  1. Start app by running:

npm start;

This will start webpack and will live reload your changes.

  1. Navigate to localhost:8080 in your browser.

About

A web-based music tutoring app with web MIDI


Languages

Language:JavaScript 86.4%Language:CSS 8.9%Language:HTML 2.7%Language:Python 2.0%