Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/windragon0807/mcard

카드 신청 프로세스 UI/UX를 경험할 수 있는 카드신청 애플리케이션입니다.
https://github.com/windragon0807/mcard

emotion react react-query recoil typescript

Last synced: about 16 hours ago
JSON representation

카드 신청 프로세스 UI/UX를 경험할 수 있는 카드신청 애플리케이션입니다.

Awesome Lists containing this project

README

        

# MCard

## 설치

프로젝트를 로컬 환경에서 실행하려면 다음 단계를 따르세요.

1. 먼저 이 프로젝트를 복제합니다.
```sh
git clone https://github.com/windragon0807/mcard.git
```

2. 프로젝트 폴더로 이동합니다.
```sh
cd mcard
```

3. 프로젝트 종속성을 설치합니다.
```sh
# npm
npm install

# yarn
yarn install
```

## 실행

프로젝트를 실행하려면 다음 명령을 사용하세요.
```sh
# npm
npm run start

# yarn
yarn start
```