Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prgrms-web-devcourse-final-project/web1_1_endpoint_fe
https://github.com/prgrms-web-devcourse-final-project/web1_1_endpoint_fe
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prgrms-web-devcourse-final-project/web1_1_endpoint_fe
- Owner: prgrms-web-devcourse-final-project
- Created: 2024-11-15T06:41:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T02:28:01.000Z (about 1 month ago)
- Last Synced: 2024-12-09T03:26:01.843Z (about 1 month ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quizy-front
## 세팅
1. 레포지토리 포크
```bash
git clone ~
cd (project-name)yarn install
yarn dev
```## 폴더 구조
```
src/
|── api/
|── components/
| |── common/
| └── layout/
|── pages/
| └── MainPage.tsx
|── hooks/
|── styles/
|── stores/
└── types/
```