Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 567 Bytes

README.org

File metadata and controls

31 lines (24 loc) · 567 Bytes

shadow-cljs-template

A simple template for my shadow-cljs experiments.

Install dependencies

npm install

Run

Run REPL manually

Run Shadow CLJS dev server (and REPL):

npm run watch

In another terminal, recompile Tailwind CSS if it changes:

npm run watch:css

Run via CIDER

In Emacs run cider-jack-in-cljs, then select shadow and :app.

Deployment

To deploy on to Github Pages to gh-pages branch, adjust origin url and run:

make deploy