Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Build a Website with Node.js
## Build a Website with Node.js

Full project for the Build a Website with Node course.
Full project for the Build a Website with Node.js course.

## Instructions

1. Clone the repo: `[email protected]:scotch-io/node-website-course.git`
2. Install packages: `npm install`
3. Start the server: `node server.js`
4. Visit in browser at: `http://localhost:8080`
1. Clone the repo: `[email protected]:scotch-io/node-website-course.git.`
2. Install packages: `npm install.`
3. Start the server: `node server.js.`
4. Visit in browser at: `http://localhost:8080.`

## Course Videos

Expand Down