Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 498 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 498 Bytes

Macro example for shadow-cljs

Simple example to try macros in ClojureScript. Some tricky things.

Develop

With hot code swapping support:

yarn
yarn shadow-cljs watch server

# another tty
node target/main.js

Build

yarn shadow-cljs compile app

Compiles to target/.

Steps

  • add shadow-cljs.edn to config compilation
  • run node target/main.js to start app and connect reload server

License

MIT