Skip to content

A simple react app using gulp and browserify for the client side build step

Notifications You must be signed in to change notification settings

toranb/react-gulp-browserify-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple react app using gulp and browserify for the client side build step


To run the react app locally

    npm install
    export PATH="./node_modules/.bin:$PATH"

    gulp
    python -m SimpleHTTPServer 3000

    visit http://localhost:3000 to see the running app

About

A simple react app using gulp and browserify for the client side build step

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published