/srm

Primary LanguageHTMLEclipse Public License 2.0EPL-2.0

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