/ulewa

Primary LanguageClojure

ulewa - weather application written in re-frame for learning purposes

running the application from within emacs

simply run:

cider-jack-in-cljs

that would work out of the box, just wait for the REPL to display

[:app] Build completed...

running the application from the console

  1. populate api-key value in the ulewa.config namespace

  2. run from your console:

shadow-cljs watch app
  1. connect emacs to the running instance
cider-connect-cljs

with a port 55555 and shadow-cljs :app profile.

and you're good to go!