# browserify-seed **Repository Path**: mirrors_stevemao/browserify-seed ## Basic Information - **Project Name**: browserify-seed - **Description**: A Seed Project to get started with browserify and Famo.us - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Browserify-Seed > A seed project to get started with Browserify and Famo.us [![Build Status](https://travis-ci.org/Famous/browserify-seed.svg?branch=master)](https://travis-ci.org/Famous/browserify-seed) [![Dependency Status](https://david-dm.org/famous/browserify-seed.svg)](https://david-dm.org/famous/browserify-seed) [![devDependency Status](https://david-dm.org/famous/browserify-seed/dev-status.svg)](https://david-dm.org/famous/browserify-seed#info=devDependencies) --- ###Installation ```bash 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``` --- ###Production Start production server with ```npm start``` You can also build the payload with ```npm run build```