Skip to content

specious/clojurescript-nodejs-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🏗️ Quickstarter kit for a NodeJS application using ClojureScript and Boot

Resources

Stars

Watchers

Forks