A progressive Node.js framework for building efficient and scalable server-side applications.
- Contents
- Description
- Requirement
- Prerequisite
- Running the app
- Special commands
- Test (Coming soon)
- Support
- Stay in touch
- License
This is a project template built on Nest framework. Built by members of TheCodeOrigin team.
# Install package using pnpm
$ pnpm install
# Install Husky git hook to run precommit
$ pnpm prepare-husky
# Build the project for production
$ pnpm build
# Developement
$ pnpm serve
# Production (After build)
$ pnpm start
- Author - Nguyen Quang Tu
- Partner - Nguyen Huu Nguyen Y
Nest is MIT licensed.