Byndyusoft / nest-template

Base template for NestJS applications
https://github.com/Byndyusoft/nest-template/wiki
Apache License 2.0
11 stars 2 forks source link
nestjs template

ᐸRepository nameᐳ

test code style: prettier

ᐸRepository descriptionᐳ

Monorepo

Monorepo structure is described in root package.json and contains the following packages:

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Code conventions

Some code conventions are enforced automatically by ESLint + Prettier + markdownlint + husky + lint-staged stack.

Service development lifecycle

Running locally

Service can be run locally using the following command:

yarn install
yarn run build
yarn run start

Maintainers

License

This repository is released under version 2.0 of the Apache License.