Skip to content

AndreaCrotti/redolist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redolist

A re-frame implementation of the popular TodoMVC app, as seen on Lambda Island

Development Mode

Run application:

This app uses Component and reloaded.repl. Start a REPL and type (go) to boot up the system. This will compile start Figwheel, and compile Garden to CSS.

lein repl
user=> (go)

Wait a bit, then browse to http://localhost:3449.

You can switch to a browser-connected ClojureScript REPL with (cljs-repl).

Emacs / CIDER

If you're using CIDER, open project.clj. You will be asked to agree to the variables set through .dir-locals.el. After that you can execute cider-jack-in-clojurescript (C-c M-J), to boot the system and get both a Clojure and ClojureScript REPL buffer.

Production Build

To compile ClojureScript to Javascript, and Garden to CSS:

lein clean
lein garden once
lein cljsbuild once min

About

TodoMVC in re-frame

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Clojure 93.0%
  • HTML 5.0%
  • Emacs Lisp 2.0%