From d0c113b62d629df378a43648c04c6200be8c7929 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 17 Apr 2019 16:51:10 -0500 Subject: Initial commit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d40911 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` -- cgit v1.2.3-54-g00ecf