/shadow-re-frame

Starting point for ClojureScript apps with shadow-cljs, proto-repl, and re-frame.

Primary LanguageHTMLMIT LicenseMIT

shadow-cljs, proto-repl, re-frame template

shadow-cljs is a build tool for ClojureScript.

proto-repl is a Clojure(Script) dev env for Atom

re-frame is a is a pattern for writing SPAs in ClojureScript, using Reagent. Reagent.

Setup And Run

Copy repository

git clone https://github.com/jacekschae/shadow-re-frame.git && cd shadow-re-frame

Install dependencies

yarn install || npm install

Run dev server

yarn dev || npm run dev

Compile an optimized version

yarn release || npm run release