Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 184 Bytes

File metadata and controls

13 lines (9 loc) · 184 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