Skip to content
uihyeon.cha edited this page Mar 3, 2020 · 1 revision

프로젝트 구조 (Project Structure)

ladder-game/
┃
┣ .next/
┃ ┃
┃ ┗ Dev Server에서 사용하는 빌드 폴더
┃
┣ build/
┃ ┃
┃ ┗ 상용 빌드 폴더
┃
┣ @types/
┃ ┃
┃ ┗ TypeScript Declaration Files
┃
┣ configs/
┃ ┃
┃ ┣ deploy/
┃ ┃ ┃
┃ ┃ ┗ 서버정보가 있는 .env 파일들
┃ ┃
┃ ┗ plugin.env
┃
┣ cypress/
┃ ┃
┃ ┗ Cypress Files
┃
┣ dist/
┃ ┃
┃ ┗ 서버를 사용하지 않는 정적파일들
┃
┣ node_modules/
┃ ┃
┃ ┗ Node Modules
┃
┣ lib/
┃ ┃
┃ ┗ 공용으로 사용하는 함수 파일들
┃
┣ components/
┃ ┃
┃ ┗ React Component Files
┃
┣ hooks/
┃ ┃
┃ ┗ React Custom Hooks
┃
┣ layouts/
┃ ┃
┃ ┗ React Layouts
┃
┣ pages/
┃ ┃
┃ ┗ React Pages
┃
┣ reducers/
┃ ┃
┃ ┗ React Reducers
┃
┣ plugins/
┃ ┃
┃ ┗ 외부 라이브러리 사용시 여기에 추가해서 사용
┃
┣ scripts/
┃ ┃
┃ ┗ Node 또는 Shell scripts
┃
┣ .storybook/
┃ ┃
┃ ┗ Storybook 관련 설정 폴더
┃
┗ stories/
  ┃
  ┗ Storybook 문서 폴더

Link

Wiki

미리보기

소개 및 기술 스택

Guides

Project Structure
프로젝트 구조

Installation
설치

Settings
설정

Commands
명령어들

Deployment
배포

Page rules
페이지 규칙

React Hooks API

Review

Beta (v0.1.3)

Clone this wiki locally