Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 427 Bytes

File metadata and controls

23 lines (16 loc) · 427 Bytes

React Training

Material used for instructure's react training sessions. Issues and pull requests welcome :)

The main branch is gh-pages, so all of the examples in code/ should run at http://rpflorence.github.io/react-training/code (but you'll have to punch in the URL for now).

Running the examples locally

npm install
npm start

Then interact with the examples at:

localhost:8080