Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 384 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 384 Bytes

Minimal code to run ClojureScript

on Node.js with shadow-cljs.

Alternatively, you may try Lumo or Planck to run ClojureScript code with an interpreter.

Usage

npm install
npm shadow-cljs watch app

And run

node target/main.js

You will see Hello world printed in the console.

License

MIT