This project is an application skeleton for a typical blog web app in angular.
Clone the blog starter repository and install the dependencies:
Blog starter is preconfigured with a simple development web server. The simplest way to start this server is:
npm start
Now browse to the app at http://localhost:9000/.
## Testing
Unit tests with karma and End to End tests with protractor.
### Running Unit Tests
### End to end testing
## Continuous Integration
### Travis CI
[Travis CI][travis] is a continuous integration service
### Coveralls.io
## Contact
For more information on AngularJS please check out http://angularjs.org/
[git]: http://git-scm.com/
[bower]: http://bower.io
[npm]: https://www.npmjs.org/
[node]: http://nodejs.org
[protractor]: https://github.com/angular/protractor
[jasmine]: http://jasmine.github.io
[karma]: http://karma-runner.github.io
[travis]: https://travis-ci.org/
[http-server]: https://github.com/nodeapps/http-server