Skip to content

[CHORE] 프론트엔드 개발환경 세팅#2

Merged
chaeyoungwon merged 5 commits into
dldusgh318:mainfrom
chaeyoungwon:feature/frontend/environment-setting
May 20, 2026
Merged

[CHORE] 프론트엔드 개발환경 세팅#2
chaeyoungwon merged 5 commits into
dldusgh318:mainfrom
chaeyoungwon:feature/frontend/environment-setting

Conversation

@chaeyoungwon
Copy link
Copy Markdown
Collaborator

@chaeyoungwon chaeyoungwon commented May 19, 2026

‼️ 관련 이슈

close #1

🔎 개요

프론트엔드 개발환경 초기 세팅 및 협업 환경 구성을 진행했습니다.

📝 작업 내용

  • pnpm workspace 기반 모노레포 구조 세팅
  • Next.js + TypeScript 프로젝트 초기 구성
  • Tailwind CSS 적용
  • ESLint / Prettier 설정
  • Husky + lint-staged 설정
  • GitHub Issue Template 및 PR Template 추가
  • 공통 .gitignore 설정

👀 변경 사항

  • 프론트엔드 프로젝트는 frontend 디렉토리 내부에서 실행됩니다.
  • 패키지 매니저는 pnpm을 사용합니다.
  • 커밋 시 Husky pre-commit hook이 실행됩니다.
  • Node 버전 및 pnpm 버전 통일이 필요할 수 있습니다.

Summary by CodeRabbit

  • Chores

    • Initialized project infrastructure with development tooling configuration.
    • Set up code quality standards (linting, formatting, pre-commit hooks).
    • Configured build and development environment for the frontend application.
    • Established monorepo workspace structure.
  • Documentation

    • Added project README with setup and technology stack details.
    • Created issue and pull request templates for project contribution guidelines.

Review Change Stack

@chaeyoungwon chaeyoungwon self-assigned this May 19, 2026
coderabbitai[bot]

This comment was marked as resolved.

coderabbitai[bot]

This comment was marked as resolved.

@dldusgh318
Copy link
Copy Markdown
Owner

확인했습니다

Repository owner deleted a comment from coderabbitai Bot May 20, 2026
@chaeyoungwon chaeyoungwon merged commit db571df into dldusgh318:main May 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CHORE] 프론트엔드 개발환경 세팅

2 participants