Skip to content

mzabriskie/react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a4c20e Β· Aug 12, 2016

History

54 Commits
Aug 12, 2016
Jul 15, 2016
Aug 10, 2016
Jul 13, 2016
Aug 10, 2016
Jul 13, 2016
Aug 10, 2016
Aug 10, 2016
Jul 13, 2016
Aug 10, 2016
Aug 10, 2016
Aug 2, 2016

Repository files navigation

react-example

React example app that demonstrates using React with webpack, and babeljs, as well as project structure.

Requirements:

  • git
  • Node v6
  • npm v3

To run the app locally:

git clone https://github.com/mzabriskie/react-example.git
cd react-example
npm run setup
npm run dev
open http://localhost:8080