You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/ElmWebApp/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Web App with Elm
2
2
3
-
A minimal web app with an Elm [frontend](https://chatgpt.com/share/93575daf-49ef-48ba-b39d-ab04672e4019) and Roc [backend](https://chatgpt.com/share/7ac35a32-dab5-46d0-bb17-9d584469556f). The Roc backend uses the [basic-webserver](https://github.com/roc-lang/basic-webserver) platform.
3
+
A minimal web app with an Elm frontend and Roc backend. The Roc backend uses the [basic-webserver](https://github.com/roc-lang/basic-webserver) platform.
4
4
5
5
## Why Elm + Roc?
6
6
@@ -64,6 +64,6 @@ Serve the frontend:
64
64
```
65
65
elm reactor --port 8001 # Roc backend will be on 8000
66
66
```
67
-
For production; use a [battle-tested HTTP server](https://chatgpt.com/share/5809a606-10ea-4ee6-b821-732465016254) instead of elm reactor.
67
+
For production; use a battle-tested HTTP server instead of elm reactor.
68
68
69
69
Open [localhost:8001/index.html](localhost:8001/index.html) in your browser.
0 commit comments