Skip to content

Files

Latest commit

ad1e45a · Oct 22, 2022

History

History

template

Moleculer

{{projectName}}

This is a Moleculer-based microservice. Generated with the Moleculer CLI.

{{#docker}}

Run in Docker

Build Docker image

$ docker build -t {{projectName}} .

Start container

$ docker run -d {{projectName}}

{{/docker}}

Useful links

NPM scripts

  • npm run dev: Start development mode (with hot-reload & REPL)
  • npm run start: Start production mode{{#lint}}
  • npm run lint: Run ESLint{{/lint}}
  • npm run ci: Run continuous test mode with watching