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 b25daae commit 71f2645Copy full SHA for 71f2645
sites/browserpod/src/content/docs/13-tutorials/00-expressjs.md
@@ -5,7 +5,7 @@ description: In this tutorial you will set up a simple NPM projext that serves a
5
6
## Prerequisites
7
8
-- [Download the template project](/docs/browserpod/tutorials/expressjs.zip) and unzip it.
+- [Download the template project](/browserpod/tutorials/expressjs.zip) and unzip it.
9
- [Set up an HTTP server with COEP and COOP headers](/docs/guides/nginx)
10
11
## Project structure
@@ -115,6 +115,9 @@ app.listen(port, () => {
115
</html>
116
```
117
118
+## End result
119
+
120
+
121
122
## Source code
123
0 commit comments