You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason for Yeoman: Comes bundled with Bowser and Grunt. In addition to setting up the project structure, it adds in all the desired libraries and allows live editing and testing tasks.
Steps to install:
npm install -g yo
npm install -g generator-angular
npm install -g bower grunt
Extract the bower.json and package.json files from the json_files.zip into the ang-uguru folder
Navigate to the ang-uguru folder in terminal and run grunt to install necessary modules ex: bower install
To run:
In the ang-uguru folder directory, run grunt serve