Skip to content

imciflam/music-quiz

Repository files navigation

Music quiz game

Description

Test your musical knowledge and get to know new music! Try to score maximum number of points in 5 minites.

Installation (for dev purposes)

  1. Clone the repo
git clone  git://github.com/imciflam/guessmelody.git
  1. Install NPM packages
npm install
  1. 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