Node Crash Course Files
These files go with the Node crash course on YouTube.
Quick Start
# Install dependencies
npm install
# Serve on localhost:5000
npm start
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upType | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
public |
|
|
![]() |
reference |
|
|
![]() |
.gitignore |
|
|
![]() |
README.md |
|
|
![]() |
index.js |
|
|
![]() |
logger.js |
|
|
![]() |
package-lock.json |
|
|
![]() |
package.json |
|
|
![]() |
person.js |
|
These files go with the Node crash course on YouTube.
# Install dependencies
npm install
# Serve on localhost:5000
npm start