Skip to content

Commit

Permalink
version 2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
grobergm committed Aug 30, 2019
1 parent 2c59f2c commit f6c05a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

## Description

This is a reference for the NodeJS and Express intro tutorial. Using this, you can create a basic JSON server. If you get stuck in the tutorial, you can use this as a reference.

This is a reference for the NodeJS and Express intro tutorial. You will be pushing code into this repository. Each branch shows what your code should look like (if you get stuck).
## Setup

1. Download or clone this repo
2. Navigate to the root directory
3. Install Depandancies: npm install
2. Install dependencies: npm install
3. Navigate to the root directory
4. Start the server file: node server.js
Empty file removed middleware.js
Empty file.

0 comments on commit f6c05a5

Please sign in to comment.