Skip to content

RealAdamSinger/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Browserify Boilerplate

Uses: React, Browserify, Babel (Babelify), BrowserSync, Stylus(+Rupture), Radium

A project I created to start new React projects using Browserify as a module system and Babel, which supports React (and ES6) out of the box and doesn't require the JSX Transformer. There are also build tasks for HTML/CSS(Stylus) and is hooked up to BrowserSync so you don't need to refresh your browser. It also has Radium installed so you can use inline styles

Development

Install packages needed:

$ npm install -g gulp
$ npm install

To run the development server (http://localhost:3000):

$ gulp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published