Set up Express to Automatically Reload on Save with nodemon

Share this video with your friends

Send Tweet

In this lesson, we set-up an Express application and have it send a test response. We then test that the server is working using an API client, in this case Insomnia. We'll also install and setup nodemon so our server will reload every time our files change making development much faster.