This is an angularjs project setup using gulp, node and browserify. This setup is an effort to keep your app more scalable and managable when it grows larger.
Tutorial : http://code.ciphertrick.com/2015/11/23/scalable-angularjs-setup-with-gulp-browserify/
Download the code as zip from the right or clone the repository.
Run npm install
Install gulp globally npm install gulp -g
Run gulp
Your project would run in firefox browser (since its configured that way), you can change the browser or add another browser by editing the browser-sync task in gulpfile.js