Skip to content

khotbpetcoding/hello-moleculer

Repository files navigation

hello-moleculer

A simple typescript moleculer project.

Features

  • A demo calculator service.
  • Launch project for debugging in VSCode.

NPM scripts

  • npm run build: Build the application
  • npm run start:dev: Start development mode

Setup

  1. Run npm install
  2. Run npm run build
  3. Run npm run start:dev