-
-
Save zsim0n/afe92b94809380d753b5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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