shadow-reagent icon indicating copy to clipboard operation
shadow-reagent copied to clipboard

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

shadow-cljs, proto-repl, reagent template

shadow-cljs is a build tool for ClojureScript.

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

reagent is a ClojureScript wrapper for React.

Setup And Run

Copy repository

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

Install dependencies

yarn install || npm install

Run dev server

yarn dev || npm run dev

Compile an optimized version

yarn release || npm run release