Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 934 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 934 Bytes

dynamic-ranking

A demo app using ClojureScript and Re-frame, generated by Luminus.

demo.gif

Prerequisites

You will need Leiningen 2.0 or above installed.

Running

To start a web server for the application, run:

lein run 

Change MV to PE

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))

License

Copyright © 2017 joudou.com