nigelgilbert / full-stack-clojure

Boilerplate project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sample project that demonstrates how to create a full stack (Clojure + ClojureScript) project using the Boot build tool. With boot run, you can instantly see your project at http://localhost:3000/ and any edits to the ClojureScript will be automatically pushed to the browser. With boot build, you can make a standalone JAR file that includes your entire client and server code.

Build Instructions

  • Install the latest JDK
  • Install Boot
  • Develop with boot run
  • Build JAR file with boot build

Contents

  • resources The assets
  • src/clj The server-side code
  • src/cljc The client and server agnostic code
  • src/cljs The client-side code

About

Boilerplate project

License:The Unlicense


Languages

Language:Clojure 95.6%Language:HTML 4.4%