Skip to content

Setting up codebase for Angular Uguru

Jason Huang edited this page Aug 27, 2015 · 2 revisions

Tools required: Yeoman (with Bowser and Grunt) http://yeoman.io/learning/index.html

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
Clone this wiki locally