An open API service indexing awesome lists of open source software.

https://github.com/defactosoftware/angular-quiz

Proof of concept quiz module in Angular, based on:
https://github.com/defactosoftware/angular-quiz

Last synced: 3 months ago
JSON representation

Proof of concept quiz module in Angular, based on:

Awesome Lists containing this project

README

          

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