Skip to content

MARS-crew/intern-work-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

마스외전 깍두기 과제 보일러 플레이팅

React + Vite 기반 프론트엔드 보일러플레이트입니다.

기술 스택

  • React 18
  • Vite 5
  • JavaScript (ESM)

시작하기

패키지 설치

npm install

개발 서버 실행

npm run dev

http://localhost:5173 에서 확인할 수 있습니다.

빌드

npm run build

빌드 결과물 미리보기

npm run preview

프로젝트 구조

intern-work-frontend/
├── src/
│   ├── main.jsx       # 앱 진입점
│   ├── App.jsx        # 루트 컴포넌트
│   ├── App.css        # 컴포넌트 스타일
│   └── index.css      # 전역 스타일
├── index.html
├── vite.config.js
└── package.json

About

마스외전 깍두기 프론트 과제 레포

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors