2.0.0 • Published 8 years ago

react-config v2.0.0

Weekly downloads
16
License
MIT
Repository
-
Last release
8 years ago

react-config

A big of config that should allow you to quickly start hacking on some React.

Should allow:

  • ES6/7 via babel
  • JSX via babel
  • CJS modules via webpack
  • Auto reload via webpack-dev-server

Installation

Fork and clone or...

git clone https://github.com/jaketrent/react-config

Start hacking with React

cd react-config
npm start
open localhost:3000
vim index.js