Skip to content

AdamCmiel/browserify-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Browserify-Seed

A seed project to get started with Browserify and Famo.us

Build Status Dependency Status devDependency Status


###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

About

A Seed Project to get started with browserify and Famo.us

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.1%
  • CoffeeScript 33.9%