/react-playground

A simple React application scaffold for experimenting with React components.

Primary LanguageCSS

React Playground

A simple React application scaffold for experimenting with React components.

###Includes

  • BrowserSync (static file server and auto-reload)
  • SASS with gulp-sass (faster SASS compiling)
  • Browserify/Watchify
  • Babel & Babelify
  • Basic router scaffold with react-router
  • Jest test framework

Install it

  1. Clone the repo
  2. Install the deps npm install
  3. Start it up gulp watch