File tree 2 files changed +3
-1
lines changed
assets/images/content/guides/quick-start
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ java -cp "cljs.jar;src" cljs.main --compile hello-world.core --repl
74
74
75
75
Your default web browser will open to a page that looks like the following:
76
76
77
+ image::/images/content/guides/quick-start/browser.png[Browser REPL Serving Default index.html,450]
78
+
77
79
After a couple of seconds you will see `Hello world!` print at the terminal and
78
80
you will be given a REPL prompt. Try evaluating some expressions like
79
81
the following:
@@ -322,4 +324,4 @@ clj -m cljs.main -c hello-world.core -r
322
324
----
323
325
324
326
When the browser launches you should momentarily see the default page
325
- which will then be quickly replaced by a `h2` tag containing `Hello React!`.
327
+ which will then be quickly replaced by a `h2` tag containing `Hello React!`.
You can’t perform that action at this time.
0 commit comments