$ git clone https://github.com/justinsilvestre/jsxquery-demo
$ cd jsxquery-demo
Now you're ready to follow along with the walkthrough!
npm run sandbox
- Start a REPL where jsxQuery is pre-loaded for you asjsxQuery
. Any JSX you input will be transformed on the fly.npm run jsxquery-build
- Build out your JSP files according to your schema infiletree.jsx
.npm run build-file [input] [output] [--force]
- Build a file from JSX exported from yourinput
file.