Getting started Install browserify and watchify globally: sudo npm install browserify watchify -g Run the following to listen to changes in your app: npm run-script build Run the following to start your server: sudo npm start