specious / clojurescript-nodejs-starter-kit

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

Home Page:https://specious.github.io/blog/2016/12/07/Starting-a-NodeJS-app-with-ClojureScript-and-Boot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

https://specious.github.io/blog/2016/12/07/Starting-a-NodeJS-app-with-ClojureScript-and-Boot/


Languages

Language:Clojure 100.0%