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 serve
to start server and begin developing - Run
gulp build
to create a build