https://github.com/beldar/binary-quiz
https://github.com/beldar/binary-quiz
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beldar/binary-quiz
- Owner: beldar
- Created: 2014-08-08T16:39:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T15:49:25.000Z (almost 12 years ago)
- Last Synced: 2025-03-23T07:41:23.232Z (over 1 year ago)
- Language: CSS
- Size: 438 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Binary Quiz Simplified
=============
Build with [meteor](https://www.meteor.com/).
Instalation
--------
Install meteor:
curl https://install.meteor.com/ | sh
Install [meteorite](https://github.com/oortcloud/meteorite/):
npm install -g meteorite
Start the app inside the main folder:
mrt
This will start mongo and node for you with:
* Presentation on the root url `/`
* Client on `/client`
* Controller on `/controller`