Skip to content

Feature/update tutorial #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into feature/update-tutorial
  • Loading branch information
ShMcK authored Jun 24, 2020
commit f473279dec8e4a001d5393626cff5e24137c7497
6 changes: 6 additions & 0 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ We recommend to keep the log panel open while working at these challenges. By re

NPM install the "express" library module version. Use version 4.x.

#### HINTS

* Install the package using npm
* Run `npm install <package>`
* Run `npm install express`

### 1.2

Modify the `server.js` file to log "Hello World" to the console.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.