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:
- Host: GitHub
- URL: https://github.com/defactosoftware/angular-quiz
- Owner: DefactoSoftware
- Created: 2014-03-10T13:32:39.000Z (almost 12 years ago)
- Default Branch: development
- Last Pushed: 2014-03-13T16:34:24.000Z (almost 12 years ago)
- Last Synced: 2025-02-21T09:31:31.553Z (11 months ago)
- Language: CoffeeScript
- Homepage: https://github.com/tomazy/angular-quiz
- Size: 688 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
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