cljs-josh

0.0.4 • Public • Published

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.

Example

See the example for a basic project to start with.

Start the server to try it out:

cd example
npx josh

Features

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.

Readme

Keywords

none

Package Sidebar

Install

npm i cljs-josh

Weekly Downloads

129

Version

0.0.4

License

none

Unpacked Size

11.3 kB

Total Files

7

Last publish

Collaborators

  • chr15m