Created
February 14, 2013 03:18
-
-
Save calvinchengx/4950345 to your computer and use it in GitHub Desktop.
yeoman experiments
This file contains hidden or 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
| cd ~ | |
| mkdir ~/work/yeoman-test | |
| nodeenv yeoman-test | |
| source yeoman-test/bin/activate | |
| cd ~/work/yeoman-test | |
| npm install -g yeoman | |
| yeoman init angular | |
| [?] Would you like to include Twitter Bootstrap? (Y/n) Y | |
| [?] If so, would you like to use Twitter Bootstrap for Compass (as opposed to vanilla CSS)? (Y/n) n | |
| [?] Do you need to make any changes to the above before continuing? (y/N) N | |
| # Because yeoman depends on compass, which depends on ruby, we are forced to (can you see me crying?) install ruby and compass | |
| sudo gem update --system | |
| sudo gem install compass | |
| yeoman server | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment