Overview
- Next.js 15.x
- React 19
- TypeScript
- Tailwind CSS V4
Windows Users: place the repository near the root of your drive if you face issues while cloning.
-
Install dependencies:
npm install # or yarn installUse
--legacy-peer-depsflag if you face peer-dependency error during installation. -
Start the development server:
npm run dev # or yarn dev -
정적빌드 - SG (Static Generation) npm run build
-
정적빌드 테스트 node server.js
- 환경변수 파일 npm run dev : .env -> .env.development -> .env.local npm run build : .env -> .env.production -> .env.local