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
index : node_crash_course | ||
Node Crash Course | GIT Owner |
aboutsummaryrefslogtreecommitdiffstats |
These files go with the Node crash course on YouTube
# Install dependencies
npm install
# Serve on localhost:5000
npm start