Skip to content

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

Notifications You must be signed in to change notification settings

kingstenbanh/browserify-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 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 && git init && git commit -m "Make it so" # optionally reset git history
npm i # install dependencies

###Development Run the dev server with npm run start-dev

Now the dev server should run on localhost:1337

Run the linters with npm run-script lint

Run All Tests with npm test

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.1%
  • CSS 12.9%