NodeJS application via ClojureScript using Boot quickstarter kit.
Install Boot and get started:
boot dev
To run the compiled program:
cd target
node main.js
This article explains everything in detail.
cd target
node --inspect-brk main.js
Now you can use the Node inspector in the Chrome Browser to step through and debug your application at runtime.
ISC