Skip to content

Commit 119b976

Browse files
authored
Update index.md arrge
1 parent 95df4a3 commit 119b976

File tree

1 file changed

+1
-0
lines changed
  • files/en-us/learn_web_development/extensions/server-side/express_nodejs/skeleton_website

1 file changed

+1
-0
lines changed

files/en-us/learn_web_development/extensions/server-side/express_nodejs/skeleton_website/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ The **package.json** file defines the application dependencies and other informa
348348
"devDependencies": {
349349
"nodemon": "^3.1.10"
350350
}
351+
}
351352
```
352353

353354
The scripts section first defines a "_start_" script, which is what we are invoking when we call `npm start` to start the server (this script was added by the _Express Application Generator_). From the script definition, you can see that this actually starts the JavaScript file **./bin/www** with _node_.

0 commit comments

Comments
 (0)