Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 μ ν리μΌμ΄μ μ λλ€.
- Host: GitHub
- URL: https://github.com/windragon0807/task-sorter
- Owner: windragon0807
- Created: 2022-08-08T13:18:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T06:11:16.000Z (12 months ago)
- Last Synced: 2024-04-23T22:01:57.859Z (7 months ago)
- Topics: react, react-beatiful-dnd, recoil, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```