Hello Tim, I downloaded your repo and run it with an older figwheel in the project.clj. That doesn't matter. Your repo works fine. You need to launch your browser in http://0.0.0.0:3449/ to see your cljs repl in the console.
Once in your repl, try this: (in-ns 'finops-admin.core) (swap! app-state #(assoc % :text "Hello Tim")) I recommend you to follow the clojurescript tutorial to see the flow of compilation and repl launching. Also, the figwheel documentation is great. Saludos! José FM. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
