Skip to content

A simple template for my shadow-cljs experiments

Notifications You must be signed in to change notification settings

velppa/shadow-cljs-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple template for my shadow-cljs experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 44.3%
  • Makefile 39.7%
  • HTML 13.5%
  • CSS 2.5%