Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created September 19, 2015 00:06
Show Gist options
  • Save domgetter/04b4cc1cad0d437189f9 to your computer and use it in GitHub Desktop.
Save domgetter/04b4cc1cad0d437189f9 to your computer and use it in GitHub Desktop.
(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