Skip to content

Commit

Permalink
Update build-a-sample-app.mdx
Browse files Browse the repository at this point in the history
### Description
* Add body tags
* Change examples link to https://github.com/yewstack/yew/tree/master/examples
  • Loading branch information
moyeah authored Sep 24, 2023
1 parent 1e334cf commit 455a5df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/getting-started/build-a-sample-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Finally, add an `index.html` file in the root directory of your app.
<meta charset="utf-8" />
<title>Yew App</title>
</head>
<body></body>
</html>
```

Expand All @@ -138,4 +139,4 @@ Trunk will rebuild your application if you modify any of its source code files.

You have now successfully set up your Yew development environment, and built your first web application.

Experiment with this application and review the [examples](./examples.mdx) to further your learning.
Experiment with this application and review the [examples](https://github.com/yewstack/yew/tree/master/examples) to further your learning.

0 comments on commit 455a5df

Please sign in to comment.