We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2091047 commit 8539f8eCopy full SHA for 8539f8e
Express.md
@@ -4,8 +4,6 @@
4
5
Create a folder named `www` in the project's root directory and place static e.g `.html` pages there.
6
7
-Launch your web server `node server.js`
8
-
9
Create a file called `server.js` and add the following code.
10
11
```javascript
@@ -17,3 +15,6 @@ app.use(express.static(__dirname + '/www'));
17
15
app.listen('3000');
18
16
console.log('working on 3000');
19
```
+
+Launch your web server `node server.js`
20
0 commit comments