/study_cafe_fe

온라인 스터디 카페 플랫폼

Primary LanguageTypeScript

Study Cafe

BASIC

1. git clone repository_name
2. npm install -g yarn
3. yarn install
4. fill out .env file
4. yarn dev or build

ADVANCED

cp .env.example .env.development.local <- for development
cp .env.example .env.production.local <- for production

Before Making Modal Component

1. define type of modal at src/core/interface/modal-type.ts
2. Add type of modal as a key at src/containers/Modal/ModalContainer.tsx
3. Write Modal Component at src/components/modal
4. Add OpenModalFunction at src/context/ModalContext.tsx

Before write Code

1. vscode 설치
2. install prettier plugin at vscode market
3. install eslint plugin at vscode market