Ever find yourself changing your code and wondering why it's not working?
Only to realize you forgot to restart the node.js application?
Well, today we will see how you can use "nodemon" to automate application restarts for yourself so that you can spend your time coding and not fiddling around needlessly in the terminal.
Code from The Video: https://github.com/SushritPasupuleti/...
Follow Me On Twitter: / sushrit_lawliet
My Portfolio: https://sushritpasupuleti.github.io/
My Current Startup: https://www.skillshack.dev/
Timestamps:
0:00 Introduction
0:15 The Problem
1:19 The Solution
5:40 End