Skip to content

devSujinKim/clone-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone Project

🏠 Homepage

실행방법

Install it and run:

npm install
npm run dev

배포방법

Deploy site

npm run build

기술 스택

  • 웹 프레임워크 : React, Next.js
  • UI 프레임워크 : Material-UI
  • 사용 라이브러리 : Swiper

폴더 구조

│
│
├── src/                      - 클라이언트 사이드 폴더
│   ├── components/           - 전역 사용 컴포넌트
│   ├── containers/           - 페이지 내부 구현
│   ├── mocks/                - 목업 파일
│   └── pages/                - 페이지 기본 설정, URL path 설정
│ 
├── theme.js                  - theme 설정
├── .eslintrc.json            - eslint 설정
├── .gitignore                - git 설정
├── .prettierrc               - prettier 설정
├── jsconfig.json             - 파일 절대 경로 설정
├── package.json              - npm 설정
└── README.md                 - 리드미 파일

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published