Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 249 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 249 Bytes

Demo server code for MP4

You should be able to do npm install and nodemon server.js

Nodemon does auto-reloading the same way grunt does on the frontend.

You might have to install nodemon on the vagrant machine using npm install -g nodemon