프론트엔드 - 개발자 송진현
개발 환경
디렉토리 구조
📁client
├── 📁public
│ ├── 📁images
│ └── index.html
└── 📁src
├── 📁@types
├── 📁api
├── 📁assets
├── 📁components
│ ├── 📁Common
├── 📁hooks
├── 📁pages
│ ├── LoginPage
│ ├── index.tsx
│ ├── style.ts
└── 📁tests
└── 📁utils
- Frontend
cd Frontend
npm install
- docker
- docker-compose
git clone https://github.com/programmer-ground/ProgrammerGround
cd ProgrammerGround
docker-compose build
docker-compose up -d
docker-compose ps
docker logs <container_ip>
docker-compose down
