Skip to content

Instantly share code, notes, and snippets.

@zsim0n
Forked from sstults/yo-angular.sh
Created July 17, 2014 22:16
Show Gist options
  • Save zsim0n/afe92b94809380d753b5 to your computer and use it in GitHub Desktop.
Save zsim0n/afe92b94809380d753b5 to your computer and use it in GitHub Desktop.
vagrant up
vagrant ssh
cd /vagrant
mkdir myproj
cd myproj
npm install generator-angular
yo angular
sed -i 's/localhost/0.0.0.0/' Gruntfile.js
grunt serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment