Skip to content

Infinite-Studio/angular-scaffolding

Repository files navigation

angular-scaffolding

Provides angular bootstrap project.

Environment

Getting started

git clone https://github.com/robinComa/angular-scaffolding.git
cd angular-scaffolding
npm install
bower install
gulp serve

Gulp commands

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published