Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 270 Bytes

notes.md

File metadata and controls

19 lines (10 loc) · 270 Bytes

Project Makeup

JSX produces two items:

= JSX client

/src/jsx 
/src/client

A standalone client to compile JSX as needed on the command line.

= jsx library

/src/jsx
/src/lib

For use in other projects to compile jsx on the fly as needed.