Skip to content

AngularJS boilerplate with Karma/jasmine unit testing

Notifications You must be signed in to change notification settings

C0mplX/angular-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS boilerplate

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

How to set up the angular App

  1. run $ npm install

  2. run $ npm intall nodemon -g (if you don't allready got it)

  3. run $ npm install nodemon -g

  4. Install heroku cli: https://devcenter.heroku.com/articles/heroku-cli

  5. run $ grunt to setup the angular app.

  6. run $ npm start

  7. Access your app on localhost:5000

How to run unit-testing with Jasmine

All the thest should be written inside the test folder. to run the tests simple run $ npm test in your console.

About

AngularJS boilerplate with Karma/jasmine unit testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published