Starting to get the project set up. Nothing is even nearly complete yet.
This commit is contained in:
commit
b6a24bc1ce
59 changed files with 7118 additions and 0 deletions
14
env/dev/cljs/youyesyet/dev.cljs
vendored
Normal file
14
env/dev/cljs/youyesyet/dev.cljs
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
(ns ^:figwheel-no-load youyesyet.app
|
||||
(:require [youyesyet.core :as core]
|
||||
[devtools.core :as devtools]
|
||||
[figwheel.client :as figwheel :include-macros true]))
|
||||
|
||||
(enable-console-print!)
|
||||
|
||||
(figwheel/watch-and-reload
|
||||
:websocket-url "ws://localhost:3449/figwheel-ws"
|
||||
:on-jsload core/mount-components)
|
||||
|
||||
(devtools/install!)
|
||||
|
||||
(core/init!)
|
||||
Loading…
Add table
Add a link
Reference in a new issue