Skip to content

Instantly share code, notes, and snippets.

@pavlo-yuriychuk
Last active August 29, 2015 14:08
Show Gist options
  • Save pavlo-yuriychuk/e3f3d1f11834b8a0fad1 to your computer and use it in GitHub Desktop.
Save pavlo-yuriychuk/e3f3d1f11834b8a0fad1 to your computer and use it in GitHub Desktop.
Angular.js courses - Lesson1
\curl -sSL https://get.rvm.io | bash -s stable
source ~/.bash_profile
rvm install ruby-2.1.3 --binary
rvm use 2.1.3
gem install compass
curl https://raw.githubusercontent.com/creationix/nvm/v0.18.0/install.sh | bash
source ~/.nvm/nvm.sh
npm install -g generator-angular
yo angular
npm install
bower install
<alert close="close()">{{alert.msg}}</alert>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment