Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tinchoz49/moleculer-babel-example
- Owner: tinchoz49
- Created: 2018-08-25T15:44:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T01:52:41.000Z (over 6 years ago)
- Last Synced: 2024-10-17T01:16:13.158Z (3 months ago)
- Topics: babel, example, moleculer
- Language: JavaScript
- Size: 64.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-moleculer - Moleculer + Babel Example Starter
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
```