Skip to content

Instantly share code, notes, and snippets.

@JohnProg
Created March 17, 2014 06:56
Show Gist options
  • Save JohnProg/3c3be2093b0baf071380 to your computer and use it in GitHub Desktop.
Save JohnProg/3c3be2093b0baf071380 to your computer and use it in GitHub Desktop.
- Install
sudo npm install -g yo grunt-cli bower karma
sudo npm install -g generator-angular generator-karma
- Create the project
mkdir my_app_angular && cd $_
yo angular
- Run server
grunt serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment