In this short post I cover a few of the things I questioned and ran into while learning Node.js.Tip 1: Use nodemon for development. pm2 for production.When you first get started with Node.js development, one of the things that will stick out like a sore thumb is having to run node [file].js over and over again.