re-frame/examples/todomvc/devsrc/todomvc/dev.cljs

7 lines
192 B
Clojure

(ns todomvc.dev
(:require [todomvc.core :as todomvc]
[figwheel.client :as fw]))
(fw/start {:on-jsload todomvc/main
:websocket-url "ws://localhost:3450/figwheel-ws"})