forked from scotch-io/node-website-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Sevilleja
authored
Sep 6, 2016
1 parent
3f37c77
commit 11696af
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ Full project for the Build a Website with Node course. | |
|
||
## Instructions | ||
|
||
1. Clone the repo: `[email protected]:scotch-io/node-site-course.git` | ||
1. Clone the repo: `[email protected]:scotch-io/node-website-course.git` | ||
2. Install packages: `npm install` | ||
3. Start the server: `nodemon server.js` | ||
3. Start the server: `node server.js` | ||
4. Visit in browser at: `http://localhost:8080` | ||
|
||
## Course Videos | ||
|