Skip to content

A boilerplate for building microservices with Micro, Typescript and Jest.

Notifications You must be signed in to change notification settings

nerdsofalltrades/micro-typescript-jest-prettier-boilerplate

Repository files navigation

Microservice with Micro, Typescript, Jest and Prettier boilerplate

CircleCI Greenkeeper badge

A boilerplate for building microservices with Micro, Typescript and Jest.

Installation

$ npm install

Development

Start a watching development server with hot-relaoding, running at localhost.

$ npm run dev

Testing

Start unit tests and linting.

$ npm test

Production

Build for production.

$ npm run build

Start, running at localhost.

$ npm start

Docker

After building for production build the docker container.

$ npm run docker:build

Start the docker container. Test it at localhost.

$ npm run docker:run

Deployment

Deploy whereever you like, i.e. with now.

$ now

About

A boilerplate for building microservices with Micro, Typescript and Jest.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published