Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 445 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 445 Bytes

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