om-starter
om-starter copied to clipboard
Leiningen template for a server-backed Om application.
om-starter
Leiningen template for a server-backed Om application.
Usage
lein new om-starter your-project
Run: lein dev
to run lein cljsbuild auto dev
and lein ring server
in
parallel. Gotta save those terminals.
Server
lein ring server
Client
lein cljsbuild {once,auto} dev
Om
At time of writing, Om is pre-alpha and not in Clojars. You'll need to install it manually via swannodette's instructions.