Provides angular bootstrap project.
git clone https://github.com/robinComa/angular-scaffolding.git
cd angular-scaffolding
npm install
bower install
gulp serve
- gulp // starting a dev mode server
- gulp serve // starting a dev mode server
- gulp serve:production // starting a production mode server
- gulp test // starting unit and e2e tests (require a proxy server at localhost:9000)
- gulp test:unit // starting unit tests
- gulp test:e2e // starting e2e tests (require a proxy server at localhost:9000)
- gulp dist // building the application