Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Fcmam5/express-ms-template

Repository files navigation

Todo

Replace:

  • App name and description package.json
  • Create config/production.json

Development

Scripts

Running the server

  • npm start Run server
  • npm run dev Run server in development mode (hotreload and parse bunyan logs)
  • npm run docker run the docker-compose file

Tests

  • npm test Run unit tests
  • npm run test.watch Run unit tests in watch mode
  • npm run test.coverage Collect test coverage

Linter

  • npm run lint Run eslint

License

This project is licensed under the MIT License - see the LICENSE file for details