Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/windragon0807/task-sorter

πŸ’» λΆ€λ“œλŸ¬μš΄ λ“œλž˜κ·Έ μ•€ λ“œλ‘­ UIλ₯Ό νƒ‘μž¬ν•œ To-Do μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.
https://github.com/windragon0807/task-sorter

react react-beatiful-dnd recoil styled-components typescript

Last synced: about 14 hours ago
JSON representation

πŸ’» λΆ€λ“œλŸ¬μš΄ λ“œλž˜κ·Έ μ•€ λ“œλ‘­ UIλ₯Ό νƒ‘μž¬ν•œ To-Do μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.

Awesome Lists containing this project

README

        

# task-sorter

λΆ€λ“œλŸ¬μš΄ λ“œλž˜κ·Έ μ•€ λ“œλ‘­ UIλ₯Ό νƒ‘μž¬ν•œ To-Do μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.

## μ„€μΉ˜

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

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

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

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

# yarn
yarn install
```

## μ‹€ν–‰

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

# yarn
yarn dev
```