Skip to content

Latest commit

 

History

History
executable file
·
65 lines (43 loc) · 1.61 KB

File metadata and controls

executable file
·
65 lines (43 loc) · 1.61 KB

Boilerplate for AngularJS Web App

Build Status codecov License

Features

  • AngularJS, Resource, UI Router, Animate
  • Unit Test with Jasmine and Karma
  • Gulp, Browsersync, ESLint
  • CI with Travis, Docker Build

Installation

# install dependencies
npm install

bower install

Running the tests

# run all tests
gulp test

Build and Run

# serve with hot reload at localhost:9000
gulp serve

# build for production with minification
gulp build

Docker support

Build docker image

bash Dockerbuild.sh

Run docker container

docker run -d --name webangularjs -p 8000:8000 jsboilerplates/web-angularjs

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details