aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 0d40911578b128bd8bfbc0cf0e0f7eff45f36851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Express Crash Course

> Files for the [YouTube crash course](https://www.youtube.com/watch?v=L72fhGm1tfE)

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

## Quick Start

```bash
# Install dependencies
npm install

# Serve on localhost:5000
npm run dev
```