Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 396 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 396 Bytes

This demo loads the global build of React and babel-standalone from unpkg to get a development environment up and running quickly. Script compilation, including JSX, is done on the fly in the browser when scripts are contained in <script type="text/babel">.

To run it:

$ npm install -g serve
$ serve .