Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap

In this introduction to Express JS, you will learn how to import the Express JS framework into your Node.js project and create your first Express JS app server. This video is part of an Express & Node.js Tutorials for Beginners series.

Subscribe https://bit.ly/3nGHmNn

This lesson is part of an Node.js & Express for Beginners tutorial series playlist:
https://www.youtube.com/playlist?list=PL0Zuz27SZ-6PFkIxaJ6Xx_X46avTM1aYw

Starter Source Code: https://github.com/gitdagray/nodejs_web_server

Introduction to Express JS | Express & Node.js Tutorials for Beginners

(00:00) Intro
(00:05) Welcome and Overview
(00:31) What is Express JS?
(01:03) Express Routing documentation
(01:17) Starter Source Code provided
(01:39) Installing dependencies
(03:33) Create a minimal Express server app
(05:02) Adding an Express route
(06:00) Testing the route in the browser
(07:06) Sending a file with Express
(09:28) Adding a second route
(10:47) Applying RegEx to Express routes
(13:49) Handling redirects with Express
(15:26) Adding a custom 404 route
(17:17) Route handlers and calling next
(19:30) An array of route handlers
(20:56) Middleware

References:
Node.js Official site: https://nodejs.org
NPM Official site: https://www.npmjs.com/
Express JS Official site: https://expressjs.com/

Follow Me:
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/
Blog: https://yesdavidgray.com
Reddit: https://www.reddit.com/user/DaveOnEleven

Was this tutorial about how to use the Express JS framework with Node.js helpful? If so, please share. Let me know your thoughts in the comments.

#express #nodejs #beginners