This is a demo node.js application demonstrating a VOD application.
$ git clone git://github.com/kyue1005/accedotv-demo.git
$ npm install -g bower gulp-cli
$ npm install
$ bower install
Generate css
$ gulp sass
Start app
$ npm start
Then visit http://localhost:3000/
MIT