This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-08
Channels
- # beginners (42)
- # boot (1)
- # cljs-dev (36)
- # clojure (24)
- # clojure-berlin (1)
- # clojure-greece (3)
- # clojure-italy (18)
- # clojure-russia (67)
- # clojure-spec (1)
- # clojure-uk (35)
- # clojurescript (30)
- # cursive (2)
- # data-science (2)
- # datomic (2)
- # emacs (6)
- # fulcro (1)
- # garden (1)
- # hoplon (8)
- # lumo (9)
- # off-topic (47)
- # onyx (6)
- # perun (2)
- # protorepl (5)
- # re-frame (10)
- # reagent (1)
- # shadow-cljs (19)
- # uncomplicate (140)
I’ve been writing Clojure for a while and now I’d like to get familiar with building webapps using ClojureScript. Any setup recommendations for Emacs? I’m looking for something that’s easy to get started with. I’m familiar with Lein and Cider but I’m open to alternatives since I’m starting from scratch. Stuff I’d like to have: - auto-compile & browser live reloading - REPL to interact with I don’t yet have very clear picture of other utils I want or need but I surely want to use Emacs as the editor.
I am currently using https://github.com/danielsz/holygrail as starting point
Thanks for the link! Setup was frustration free and after 10 minutes I’m already hacking. 👍
Only confusion was that since it was my first time with Boot, I needed to call boot dev
twice for it to launch.
The first time is for boot setup, I think..