Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 197 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 197 Bytes

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