#Browserify-Seed
A seed project to get started with Browserify and Famo.us
###Installation
npm install -g browserify watchify # first install browserify and watchify
git clone https://github.com/Famous/browserify-seed
# rm -rf .git # optionally remove git history
npm install # install dependencies###Development
Run the dev server with npm run-script watch
Run the linters with npm test
###Production
Build the deployable static assets with npm run-script build