Basic setup for tinkering with CLJS browser applications. Not intended for production use.
What's inside:
- shadow-cljs
- Reagent
- re-frame + tools for development/debugging
- Tailwind CSS
- Very basic PWA setup (uncomment the code in
index.htmlto use manifest and ServiceWorker)
npm install
# run shadow-cljs
npm run dev
# run tailwind in a separate terminal
npm run twdevRun npm run pom to generate pom.xml file for better project indexing.
To show re-frame-10x panel press Ctrl+H.
- Create
gh-pagesbranch in your repo. - Replace
<USERNAME>and<REPO>indeploy.sh. - Run
./deploy.sh.