Created
September 19, 2015 00:06
-
-
Save domgetter/04b4cc1cad0d437189f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns ^:figwheel-no-load reagenttest.dev | |
(:require [reagenttest.core :as core] | |
[figwheel.client :as figwheel :include-macros true])) | |
(enable-console-print!) | |
(figwheel/watch-and-reload | |
:websocket-url "ws://localhost:3449/figwheel-ws" | |
:jsload-callback core/mount-root) | |
(core/init!) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment