Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 353 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 353 Bytes

Express Crash Course

Files for the YouTube crash course

  • Setup & Install / Simple Server
  • Simple API
  • Routes, Request & Response
  • Express Router
  • Static Files
  • Template Engine Setup With Views
  • Middleware
  • Nodemon

Quick Start

# Install dependencies
npm install

# Serve on localhost:5000
npm run dev