Created
February 12, 2014 17:34
-
-
Save glombard/8960443 to your computer and use it in GitHub Desktop.
Quickly get going with bower, bootstrap, knockout
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
| D: | |
| md work\Topics | |
| cd work\Topics | |
| cinst curl | |
| cinst nodejs.install | |
| set path=%path%;C:\Program Files\nodejs | |
| setx path "%path%" /m | |
| npm install -g bower | |
| bower install bootstrap | |
| bower install knockout | |
| curl -o css\bootstrap.css http://bootswatch.com/slate/bootstrap.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment