Skip to content

christoph-frick/try-shadow-cljs

Repository files navigation

Experiments with shadow-cljs, e.g. run it "dockerized".

Docker build environment

Prepare the env:

docker-compose build --force-rm --pull

Run:

./shadow-cljsw [args]

Dev environment

This is for vim-fireplace.

Fetch the node deps:

./npmw install

Start the application:

./shadow-cljsw watch app

The nREPL starts at the fixed port 3333, which is also visible to Fireplace via the file .nrepl-port. So in Fireplace, once e.g. src/main/app/main.cljs is opened, run:

:Piggieback :app

(:app is the name of the running application)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published