/re-frame-sente

Re-frame and Sente simple web-app

Primary LanguageClojure

re-frame-sente

A basic re-frame and sente web app.

Heavinly insipred by the om-sente example.

Development Mode

Run application:

Client

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Server

lein run -m re-frame-sente.server

The port can be set as environment variable. The default is 3001.

Production Build

lein clean
lein cljsbuild once min