0.0.6 • Published 5 months ago

cljs-josh v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Scittle cljs live-reloading server.

A YouTube video about cljs-josh.

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.

You can also install the josh command globally: npm i -g cljs-josh.

Bootstrap a basic Scittle project with josh --init.

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).
  • Zero configuration required.
  • Live reloading on file change, like shadow-cljs.
  • Both cljs and CSS files live-reloaded.
  • Installable with npm install.
  • Pure JavaScript, no Java/binary dependency.
  • Minimal library deps.

Josh is built on nbb.

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

7 months ago

0.0.3

7 months ago