AngelAlexQC / nestjs-multitenant-boilerplate

Home Page:https://nestjs-multitenant-boilerplate-production.up.railway.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack Monorepo Starter Kit.

Description

This is a monorepo starter kit for full stack applications. It uses pnpm workspaces to manage dependencies and scripts. Its focus is on providing a simple, yet powerful, development environment for full stack applications avoiding the need to use multiple terminals and/or tools to run the frontend and backend, also providing a common feature set for both.

Installation

git clone https://github.com/AngelAlexQC/nestjs-multitenant-boilerplate
cd nestjs-multitenant-boilerplate
pnpm install

Development

pnpm run dev

Create new angular project with pnpm, scss and routing

ng new --defaults --style=scss --routing --package-manager=pnpm

About

https://nestjs-multitenant-boilerplate-production.up.railway.app


Languages

Language:TypeScript 54.2%Language:HTML 41.6%Language:JavaScript 3.0%Language:Dockerfile 0.7%Language:SCSS 0.5%