/clojurescript-nodejs-starter-kit

:building_construction: Quickstarter kit for a NodeJS application using ClojureScript and Boot

Primary LanguageClojure

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