A demo app using ClojureScript and Re-frame, generated by Luminus.
You will need Leiningen 2.0 or above installed.
To start a web server for the application, run:
lein run
In the file dynamic-ranking/src/cljs/dynamic_ranking/core.cljs
,
change
(defn init! []
(rf/dispatch-sync [:initialize-db])
(load-interceptors!)
(fetch-docs!)
#_(fetch-lowest-pe!)
(fetch-mv!)
(fetch-stocknames!)
(hook-browser-navigation!)
(mount-components))
to
(defn init! []
(rf/dispatch-sync [:initialize-db])
(load-interceptors!)
(fetch-docs!)
(fetch-lowest-pe!)
#_(fetch-mv!)
(fetch-stocknames!)
(hook-browser-navigation!)
(mount-components))
Copyright © 2017 joudou.com