Skip to content

Instantly share code, notes, and snippets.

@prisme
Created May 12, 2016 15:01
Show Gist options
  • Save prisme/e298c6911879b4af59c6e337f340034b to your computer and use it in GitHub Desktop.
Save prisme/e298c6911879b4af59c6e337f340034b to your computer and use it in GitHub Desktop.
new proto
#ONCE :
#on your mark
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
#ready
npm i -g cssnext watchify serve opn-cli
#EACH
#steady
mkdir proto & cd proto & touch index.js index.css index.html
#go !
watchify index.js -o bundle.js & cssnext -w index.css bundle.css & serve . & opn http://localhost:3000 & subl .
#profit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment