Skip to content

React JS application skeleton using Browserify and other awesome tools

Notifications You must be signed in to change notification settings

starter69/react-starterify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starterify

An opinionated React JS application skeleton.

Usage

Clone this repository:

git clone https://github.com/Granze/react-starterify.git

Install the dependencies:

npm install

Development mode with livereload:

gulp watch

When you are done, create a production ready version of the JS bundle:

gulp build

Tools used:

Build

Styles

JSX tranform/ES6 support

Minification

Modules

Ajax

Server/livereload

About

React JS application skeleton using Browserify and other awesome tools

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.5%
  • HTML 7.9%
  • CSS 1.6%