Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Created August 14, 2013 06:32
Show Gist options
  • Select an option

  • Save jansanchez/6228504 to your computer and use it in GitHub Desktop.

Select an option

Save jansanchez/6228504 to your computer and use it in GitHub Desktop.
Install Brunch + ChaplinJs / Linux CrunchBang
# Install Brunch
sudo npm install -g brunch
# clone skeleton(in the our project path)
brunch new https://github.com/paulmillr/brunch-with-chaplin
#
npm install
#
brunch install && bower install
#
brunch build
# done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment