Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Latest commit

 

History

History
86 lines (65 loc) · 3.63 KB

README.md

File metadata and controls

86 lines (65 loc) · 3.63 KB

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Contents

Description

This is a project template built on Nest framework. Built by members of TheCodeOrigin team.

Requirement

Prerequisite

Install all the project dependencies

# Install package using pnpm
$ pnpm install

# Install Husky git hook to run precommit
$ pnpm prepare-husky

Running the app

# Build the project for production
$ pnpm build

# Developement
$ pnpm serve

# Production (After build)
$ pnpm start

Stay in touch

TheCodeOrigin authors

License

Nest is MIT licensed.