Skip to content

Instantly share code, notes, and snippets.

@sudam-chavan
Last active April 4, 2017 18:04
Show Gist options
  • Save sudam-chavan/eafbc98ebbdcfca4e79d9573ebe2f04f to your computer and use it in GitHub Desktop.
Save sudam-chavan/eafbc98ebbdcfca4e79d9573ebe2f04f to your computer and use it in GitHub Desktop.
# Steps to generate sample AngularJS application with yeoman and bootstrap
# After setup is done run "grunt server" to start the sample application.
# install yeoman, grunt-cli and bower
npm install -g yo grunt-cli bower
# install karma required for next step
sudo npm install -g generator-karma
# install angular generator
npm install -g generator-angular
# generate new sample AngularJS application
yo angular
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment