[Next.js] Next.js with nestjs 우선 Next.js로 프로젝트 생성npx create-next-app@latest nestjs 수동 설치# 개발도구 nestjs/cli 설치npm i -g @nestjs/cli# 필수 패키지 수동 설치npm i @nestjs/core @nestjs/common @nestjs/config @nestjs/platform-express rxjs reflect-metadatanpm i -D @types/express cross-env nestjs 기본 코드 생성src/server/app.module.tsimport { Module } from '@nestjs/common';import { AppController } from './controllers/a..
Programming Framework/Next.js
2024. 10. 1. 19:32
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- php
- 하이원
- eGovFrame
- Windows
- ubuntu
- 이클립스
- Eclipse
- c#
- 전자정부
- Linux
- Java
- dotnet core
- MariaDB
- egov
- 자바
- high1
- egoverment
- CentOS
- Spring
- .NET Core
- Entity Framework Core
- JSP
- Flutter
- DART
- 스프링
- Fedora
- MySQL
- jQuery
- express
- asp.net core
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
글 보관함