Fundamentals - 4 - Server Setup

- Learn the fundamentals Watch full course on Udemy: In this video we’ll discuss how to setup an express server. First, we’ll see how to easily create a server by using the listen method. Next, we’ll look at different ways of starting our server. We’ll learn how to configure nodemon to auto-restart our server on file changes.
Back to Top