Skip to content

Instantly share code, notes, and snippets.

@samuelololol
Created September 24, 2013 03:13
Show Gist options
  • Save samuelololol/6679929 to your computer and use it in GitHub Desktop.
Save samuelololol/6679929 to your computer and use it in GitHub Desktop.
angularjs with yeoman

install yeoman

npm version 1.3.8 > 1.2.10

$ npm install -g yo
$ npm install -g grunt-cli bower

install angularjs from generator/scaffolding

basic scaffolding from generator

$ npm install -g generator-angular
$ yo angular
($ yo angular --minsafe)

using bower

$ bower search <package>
($ bower search <package> --allow-root)

install dependencies

$ npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment