Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 674 Bytes

File metadata and controls

31 lines (20 loc) · 674 Bytes

NodeJS application via ClojureScript using Boot quickstarter kit.

Usage

Install Boot and get started:

boot dev

To run the compiled program:

cd target
node main.js

This article explains everything in detail.

Debugging with source maps

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.

License

ISC