Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 234 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 234 Bytes

Messing around with JSX

Trying to understand how JSX works and how it can be used without React.

Setup

npm start will compile javascript. index.html must be served (or not) with something like python -m SimpleHTTPServer.