npm install chalk dotenv inversify reflect-metadata mongoose typescript express body-parser @hapi/boom localized-strings --save
npm install @types/boom @types/chalk @types/dotenv @types/express @types/node nodemon ts-node --save-dev
And use the following command to start the server
nodemon --watch 'src/**/*.ts' --exec ts-node -- ./src