Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinchoz49/moleculer-babel-example

Moleculer with babel
https://github.com/tinchoz49/moleculer-babel-example

babel example moleculer

Last synced: about 1 month ago
JSON representation

Moleculer with babel

Awesome Lists containing this project

README

        

# moleculer-babel-example

## Build Setup

``` bash
# Install dependencies
npm install

# Start developing with REPL
npm run dev

# Start production
npm start

# Run unit tests
npm test

# Run continuous test mode
npm run ci

# Run ESLint
npm run lint
```

## Usage

``` bash
$ npm run dev
$ moleculer-repl: call 'math.sum' --a 2 --b 4
```