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