Skip to content

Commit 3b06e18

Browse files
committed
Add a README for the examples/ directory
1 parent 66081c7 commit 3b06e18

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)