Skip to content

Minimal deps.edn + CIDER + ClojureScript + Reagent + Figwheel

Notifications You must be signed in to change notification settings

dimovich/deps-cider-cljs-reagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de80d99 · May 18, 2022

History

26 Commits
May 18, 2022
May 18, 2022
May 18, 2022
Sep 18, 2021
Sep 18, 2021
Jul 28, 2019
May 18, 2022
May 18, 2022
Jul 25, 2019

Repository files navigation

To start Figwheel, open src/cljs/myapp/core.cljs in Emacs and type C-c C-x j s

Or start from a terminal by typing clj -M:figwheel

For production run clj -M:prod then open the resources/public/index.html file in a browser to run.