Not just for dependency management.
This will start up the Redis server and Nodemon for development.
npm run dev
This will start up the Redis server and start the app in a single process like it would run in production.
npm start
This will lint first and run tests if the linter passes.
npm test
To run the linter only.
npm run lint