- NodeJS
Install prerequisites
npm install -g grunt-cli yo bower
npm install -g generator-cg-angular
If you're on OSX:
sudo npm install -g grunt-cli yo bower
sudo npm install -g generator-cg-angular
-
- Clone this repository
-
- Enter the cloned directory
cd angular-opinionated-startup
- Enter the cloned directory
-
- Install npm packages
npm install
npm install grunt-ng-annotate --save-dev
For OSX
sudo npm install
sudo npm install grunt-ng-annotate --save-dev
-
- Install bower components
bower install
To serve the application to a local server run:
grunt serve
Open the browser and navigate to http://localhost:9001/
grunt build
The final compiled result is in ./dist folder