Skip to content

React tutorial app implemented in ClojureScript using re-frame

Notifications You must be signed in to change notification settings

lagenorhynque/react-tutorial-re-frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-tutorial-re-frame

React tutorial app implemented in ClojureScript using re-frame.

Development Mode

Start Cider from Emacs:

Put this in your Emacs config file:

(setq cider-cljs-lein-repl
	"(do (require 'figwheel-sidecar.repl-api)
         (figwheel-sidecar.repl-api/start-figwheel!)
         (figwheel-sidecar.repl-api/cljs-repl))")

Navigate to a clojurescript file and start a figwheel REPL with cider-jack-in-clojurescript or (C-c M-J)

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.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

About

React tutorial app implemented in ClojureScript using re-frame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published