Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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를 경험할 수 있는 카드신청 애플리케이션입니다.
- Host: GitHub
- URL: https://github.com/windragon0807/mcard
- Owner: windragon0807
- Created: 2023-12-26T08:00:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T10:49:50.000Z (9 months ago)
- Last Synced: 2024-04-23T22:01:57.208Z (7 months ago)
- Topics: emotion, react, react-query, recoil, typescript
- Language: TypeScript
- Homepage: https://mcard-seven.vercel.app
- Size: 4.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```