Macro example for shadow-cljs
Simple example to try macros in ClojureScript. Some tricky things.
With hot code swapping support:
yarn
yarn shadow-cljs watch server
# another tty
node target/main.jsyarn shadow-cljs compile appCompiles to target/.
- add
shadow-cljs.ednto config compilation - run
node target/main.jsto start app and connect reload server
MIT