Added bigbuck.mp4, the sample file Install nodemon module for streaming Modified index.html to contain the video, and changed the title Modified index.js to add /video dir for the video streaming
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
module.exports = {
|
|
run: require('./run'),
|
|
watch: require('./watch').watch,
|
|
};
|