Skip to content

piotrpalek/react-starter-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React JS Template App

This is a starter template for building your first React application. Based on a Gulp and Webpack build system. If you look at the gulpfile, it implements some nifty features:

  • Uses gulpfile.js to trampoline to gulpfile.coffee, for you coffee drinkers out there.
  • gulp dev implements an http server and a live reload server.
  • gulp --production shows how to use command line flags to switch to building minified versions.
  • Uses the awesome Webpack project to combine all the javascript files into one.

Up and Running

First, clone the repo...

git clone git@github.com:piotrpalek/react-starter-template.git

Then install the bower and npm modules

bower install
npm install

gulp dev then go to http://localhost:4000/index.html

If you have the Chrome LiveReload extension installed, then your browser will automatically reload when any file in /src changes.

About

React (reactjs), Gulp, Webpack, Bootstrap, LiveReload, all tied up in a bow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 73.2%
  • JavaScript 21.5%
  • CSS 5.3%