Single Page App to handle contests.
Prepare questions, get them through API, show rules and winners.
- Install Node JS
- Install Gulp with
npm install -g gulp-cli - Install Browserify with
npm install -g browserify - Install dependencies with
npm install - Run
gulp serveto start server and begin developing - Run
gulp buildto create a build
