Test your musical knowledge and get to know new music! Try to score maximum number of points in 5 minites.
- Clone the repo
git clone git://github.com/imciflam/guessmelody.git
- Install NPM packages
npm install
- Run the app
npm start
App will run on http://localhost:3502
3.1 to run both linter and mocha/chai tests with gulp, use
npm test