/cljs-react-bootstrap

A single-page application with ClojureScript, React and Bootstrap

Primary LanguageClojure

cljs-react-bootstrap

A single-page application with ClojureScript, React and Bootstrap

This is an example of a Bootstrap-powered single-page application in ClojureScript using reagent, re-frame and cljsjs-packaged React-Bootstrap, kickstarted with the Leiningen re-frame template.

Developing

Run application:

$ lein clean
$ lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

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

Building

$ lein clean
$ lein cljsbuild once min