We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66081c7 commit 3b06e18Copy full SHA for 3b06e18
examples/README.md
@@ -0,0 +1,11 @@
1
+# Examples
2
+
3
+To compile these examples locally, run the following terminal commands:
4
5
+```
6
+git clone https://github.com/elm/browser.git
7
+cd browser/examples
8
+elm reactor
9
10
11
+Now go to [`http://localhost:8000`](http://localhost:8000) and navigate to whatever Elm file you want to see.
0 commit comments