Skip to content

Instantly share code, notes, and snippets.

@glombard
Created February 12, 2014 17:34
Show Gist options
  • Select an option

  • Save glombard/8960443 to your computer and use it in GitHub Desktop.

Select an option

Save glombard/8960443 to your computer and use it in GitHub Desktop.
Quickly get going with bower, bootstrap, knockout
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