Skip to content

shupac/twitterus-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 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

Stop the dev serve with npm run stop-dev

Run the linters with npm run-script lint

Run All Tests with npm test


###Production Start production server with npm start

Stop production server with npm stop

You can also build the payload with npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published