Skip to content

Latest commit

 

History

History
executable file
·
37 lines (24 loc) · 483 Bytes

README.md

File metadata and controls

executable file
·
37 lines (24 loc) · 483 Bytes

AccedoTV VOD Demo

This is a demo node.js application demonstrating a VOD application.

Boilerplate

Requirements

Install

$ 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/

License

MIT