Sometimes I write blog posts to remind myself what I've learned and sometimes I write them because someone else shares something and I want to remember that better. This post is one of the latter. Starting a Node.js project Usually when I start a new Node.js project I use npm to generate my initial project. npm init npm then asks me some questions and builds a package.json file for me. Then I star