This project contains a boilerplate for angularJS applications. It contains a light express server, heroku support, grunt jobs for SASS and browserify.
The projects also includes unit-testing with Karma And Jasmine
-
run $ npm install
-
run $ npm intall nodemon -g (if you don't allready got it)
-
run $ npm install nodemon -g
-
Install heroku cli: https://devcenter.heroku.com/articles/heroku-cli
-
run $ grunt to setup the angular app.
-
run $ npm start
-
Access your app on localhost:5000
All the thest should be written inside the test folder. to run the tests simple run $ npm test in your console.