blob: 9a1b5f85b9525cf43c48531cd8086d603849f7d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Node Crash Course Files
> These files go with the [Node crash course on YouTube](https://www.youtube.com/watch?v=fBNz5xF-Kx4)
## Quick Start
```bash
# Install dependencies
npm install
# Serve on localhost:5000
npm start
```
|