[Next.js] Next.js with nestjs
[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
- egoverment
- MySQL
- 스프링
- dotnet core
- 전자정부
- 자바
- Eclipse
- Entity Framework Core
- Flutter
- php
- .NET Core
- ubuntu
- Spring
- DART
- c#
- jQuery
- Linux
- MariaDB
- eGovFrame
- express
- high1
- egov
- asp.net core
- 하이원
- Fedora
- CentOS
- JSP
- 이클립스
- Java
- Windows
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함