Skip to content

dariooddenino/re-frame-sente

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published