dnando / re-frame-sente

Re-frame and Sente simple web-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Re-frame and Sente simple web-app


Languages

Language:Clojure 97.2%Language:HTML 2.8%