Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/katsanva/typescript-moleculer-bootstrap

A quick-start bootstrap for moleculer with typescript
https://github.com/katsanva/typescript-moleculer-bootstrap

bootstrap demo microservices microservices-application moleculer nodejs typescript

Last synced: 3 months ago
JSON representation

A quick-start bootstrap for moleculer with typescript

Awesome Lists containing this project

README

        

# typescript-moleculer-bootstrap

A quick-start bootstrap for [moleculer](https://moleculer.services/) application using [typescript](https://www.typescriptlang.org/)

### Preconditions

- [Node 8+](https://nodejs.org/en/)
- [tsc](https://www.npmjs.com/package/typescript)
- [Docker](https://store.docker.com/search?type=edition&offering=community)

## HOWTO

```sh
npm install
npm start
```

## Build using docker

```sh
docker build -t typescript-moleculer-bootstrap:latest .
```