All Projects → bradtraversy → Express_crash_course

bradtraversy / Express_crash_course

Express crash course on YouTube

Programming Languages

javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].