Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 334 Bytes

File metadata and controls

16 lines (10 loc) · 334 Bytes

Simple React Boilerplate

Just links to the CDN development copies of React and JSX Transformer.

A good place to start for a super-simple React proof of concept.

Install

  • Nothing to install!

Run

  1. Open Terminal
  2. cd to where you cloned this project
  3. Run python -m SimpleHTTPServer
  4. Open http://localhost:8000