Skip to content

tarzan/angular-quiz

 
 

Repository files navigation

http://tomazy.github.io/angular-quiz/

Requirements:
  gem install haml

Installation:
  npm install -g bower
  npm install -g grunt-cli
  npm install
  bower install

Development
  cp config.json.template config.json
  vim config.json # configure the app
  grunt test:e2e
  grunt test:watch
  grunt server

Deployment
  grunt build --production
  # copy contents of "./dist" directory to your server

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 92.5%
  • JavaScript 5.9%
  • CSS 1.6%