-
Notifications
You must be signed in to change notification settings - Fork 1
AngularJS Yeoman Generator
Pritesh Patel edited this page May 2, 2019
·
11 revisions
Getting Started:
npm i -g yo bower grunt-cli generator-karma generator-angular
mkdir <app_dir>
cd <app_dir>
yo angular
(do NOT select sass during yeoman options as running the app will fail on missing 'compass' dependency)
run app with grunt serve
if you get an error, may need to run bower install
Basics tutorials:
https://medium.com/@riittagirl/yeoman-rules-angular-js-d3b8c93e72c5 https://www.airpair.com/js/using-angularjs-yeoman https://www.sitepoint.com/kickstart-your-angularjs-development-with-yeoman-grunt-and-bower/