Skip to content

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

Notifications You must be signed in to change notification settings

mjmlvp/shadow-re-frame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 82.0%
  • HTML 14.0%
  • CSS 4.0%