START CODING
Install Clojure¶
Install Clojure and Leiningen (a build tool) by following these instructions.
Use A Template¶
Create a scaffold for your first project:
- Client only: https://github.com/day8/re-frame-template
- Full Stack: http://www.luminusweb.net/
Full Stack Example¶
Take time to review a full stack application. RealWorld implements to the RealWorld Spec and API.