A simple re-frame
template, with code-splitting, compiled with shadow-cljs
.
yarn
npx shadow-cljs watch app
open http://localhost:8280
npx shadow-cljs release app
Serve public
dir as an SPA. I recommend serve for serving a dir for an SPA.
cd public
serve -s -n -o