Skip to content

shlee0882/nest-next-mono-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

개요

NestJs, NextJs Monorepo 프로젝트

구조

nest-next-mono-project/
│
├── client/
│   ├── src/
│   │   └── app/
│   │       └── page.tsx
│   ├── package.json
│   └── tsconfig.json
│
├── server/
│   ├── src/
│   │   │── items/
│   │   │   └── items.controller.ts
│   │   │── app.module.ts
│   │   └── main.ts
│   ├── package.json
│   └── tsconfig.json
│
├── package.json
└── tsconfig.json

실행

$ npm install
$ npm run dev

배포

$ npm run prod:build
$ vercel --prod

배포된 URL

사용 기술

  • NestJs
  • NextJs
  • MongoDB
  • Vercel

About

nestjs와 nextjs를 1개로 써보는 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published