Skip to content

danixl30/monorepo-template

Repository files navigation

Getting started with monorepo

Description

Monorepo TypeScript starter with Nest and React. The package manager is pnpm. You need NodeJs >=20.11.0. For dependencies graph you need Graphviz

node installation by nvm

# windows
$ nvm install $(Get-Content .nvmrc).replace( 'v', '' )

# bash
$ nvm install

pnpm installation

# enable corepack
$ corepack enable

# Or install pnpm by npm
$ npm install -g pnpm

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Lint

# run lint with eslint
$ pnpm lint

Format

# format all with prettier
$ pnpm format

Test

# unit tests
$ pnpm run test:unit

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

License

Authors

NestJs

React

PNpm

TypeScript

About

monorepo template for nestjs and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published