init, nodemon, and package.json
- Run
npm initon the folder of ur app so other developer can know what dependency you use - Fill in information. You will get a package.json
npm testYou will run whatever inside the scriptnpm install moment --saveSo you can save it to the JSON- You will also have a new module, that's what npm is doing for us