This is an Angular Starter App with component and service generators using gulp for easy component development. Uses Karma-Mocha-Chai as test sweet and Babel Loader and Webpack for ES6
- Fork and Clone Repository.
- Open terminal and
cd
to path of the repo. - Install any node modules:
npm install
- Install gulp:
npm install gulp -g
- Run the App:
npm run dev
- Go to localhost:9000
This app comes with some helpful and generators for creating a new component/service. You simply have to hook them up to your components.js and services.js file.
gulp component --name <NAME_OF_YOUR_COMPONENT>
gulp common_component --name <NAME_OF_YOUR_COMPONENT>
gulp service --name <<NAME_OF_YOUR_SERVICE>