- add yelp api key in the profiles.edn template
- add google map api key in app.cljs
- run dev script
clj -m user.core
- clj nrepl will be available at 9001
- cljs nrepl port will be dynamic and will be printed in the stdout
- In order to connect to cljs repl, connect to the shadow’s nrepl server
and run:
(cemerick.piggieback/cljs-repl :app)
- In addition, re-frame-10x should already be setup when you load the
app in the browser