Skip to content

Instantly share code, notes, and snippets.

@softcup
Forked from clonn/yeoman_grunt_bower.md
Created April 13, 2013 15:18
Show Gist options
  • Select an option

  • Save softcup/5378795 to your computer and use it in GitHub Desktop.

Select an option

Save softcup/5378795 to your computer and use it in GitHub Desktop.

#Node.js installed #npm executed

npm install -g yo grunt-cli bower

(rubygem installed, if compass executed)

gem compass

option

mkdir folder yo webapp npm install . bower install .

grunt server grunt build

#tip

if you want to remote connect

vim Gruntfile.js (edit connect -> hostname: '0.0.0.0'

if bower some error happen.

bower install . --force-latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment