NodeJS

  • Best Practices:

    • https://github.com/goldbergyoni/nodebestpractices

    • https://github.com/nodeshift/nodejs-reference-architecture

Update all dependencies

npm outdated
npm install -g npm-check-updates
ncu -u
npm update

Last updated