Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/windragon0807/crypto-tracker

πŸ’» λ‹€μ–‘ν•œ μ•”ν˜Έν™”νλ₯Ό μ†Œκ°œν•˜λ©°, μ‹€μ‹œκ°„μœΌλ‘œ μ—…λ°μ΄νŠΈλ˜λŠ” 코인 μ‹œμ„Έ 데이터λ₯Ό 확인할 수 μžˆλŠ” μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.
https://github.com/windragon0807/crypto-tracker

react react-apexcharts react-query recoil styled-components typescript

Last synced: about 14 hours ago
JSON representation

πŸ’» λ‹€μ–‘ν•œ μ•”ν˜Έν™”νλ₯Ό μ†Œκ°œν•˜λ©°, μ‹€μ‹œκ°„μœΌλ‘œ μ—…λ°μ΄νŠΈλ˜λŠ” 코인 μ‹œμ„Έ 데이터λ₯Ό 확인할 수 μžˆλŠ” μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.

Awesome Lists containing this project

README

        

# crypto-tracker

λ‹€μ–‘ν•œ μ•”ν˜Έν™”νλ₯Ό μ†Œκ°œν•˜λ©°, μ‹€μ‹œκ°„μœΌλ‘œ μ—…λ°μ΄νŠΈλ˜λŠ” 코인 μ‹œμ„Έ 데이터λ₯Ό 확인할 수 μžˆλŠ” μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.

## μ„€μΉ˜

ν”„λ‘œμ νŠΈλ₯Ό 둜컬 ν™˜κ²½μ—μ„œ μ‹€ν–‰ν•˜λ €λ©΄ λ‹€μŒ 단계λ₯Ό λ”°λ₯΄μ„Έμš”.

1. λ¨Όμ € 이 ν”„λ‘œμ νŠΈλ₯Ό λ³΅μ œν•©λ‹ˆλ‹€.
```sh
git clone https://github.com/windragon0807/crypto-tracker.git
```

2. ν”„λ‘œμ νŠΈ ν΄λ”λ‘œ μ΄λ™ν•©λ‹ˆλ‹€.
```sh
cd crypto-tracker
```

3. ν”„λ‘œμ νŠΈ 쒅속성을 μ„€μΉ˜ν•©λ‹ˆλ‹€.
```sh
# npm
npm install

# yarn
yarn install
```

## μ‹€ν–‰

ν”„λ‘œμ νŠΈλ₯Ό μ‹€ν–‰ν•˜λ €λ©΄ λ‹€μŒ λͺ…령을 μ‚¬μš©ν•˜μ„Έμš”.
```sh
# npm
npm run dev

# yarn
yarn dev
```