from Hacker News

Ask HN: Clojure Web Dev Resources?

by mcafeeryan92 on 3/6/15, 10:17 PM with 4 comments

Is there an equivalent resource to the Rails Tutorial at railstutorial.org/book for Clojure? Something that gives opinions and guidance on a reasonable way to setup a Clojure web app and handle things like project structure, compiling static assets like sass, templating, and probably most importantly, testing?

It seems like the preference among Clojure devs is to just throw in libraries and slowly build up from small pieces, which is great, but I'd love a little wisdom surrounding common functionality and how to get basic boilerplate setup, and pitfalls to avoid.