1. Uncomment the following line in src/[project name]/core.cljs:
;; (repl/connect "http://localhost:9000/repl")
2. Run `./scripts/brepl`
4. Browse to http://localhost:9000 (you should see Hello World! in web console)
5. (back to step 3) you should now see the REPL prompt: ClojureScript:cljs.user>
6. You may now evaluate ClojureScript statements in the browser context.
mies/README.md might be missing item number 3