Scittle cljs live-reloading server.
Start the josh
watch server:
npm install cljs-josh
npx josh
Then visit your Scittle-enabled index.html at http://localhost:8000.
When you save your .cljs files they will be hot-loaded into the browser running Scittle.
See the example for a basic project to start with.
Start the server to try it out:
cd example
npx josh
I wanted a Scittle dev experience with these features:
- No build step (the Scittle default)
- Live reloading on file change like shadow-cljs
- Both cljs and CSS files live-reloaded
- Installable with
npm install
- Pure JavaScript, no Java dependency
- Minimal library dependencies
Josh is built on nbb
.