Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
```