Simple Dapp
npm install
npm run build
lein figwheel-repl
Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to http://localhost:3449.
lein build-prod
Open resources/public/index.html
in the browser.
Simple Dapp
npm install
npm run build
lein figwheel-repl
Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to http://localhost:3449.
lein build-prod
Open resources/public/index.html
in the browser.