https://github.com/biyuqi/react-todolist
A react todo list app without the redux base on create-react-app
https://github.com/biyuqi/react-todolist
Last synced: 3 months ago
JSON representation
A react todo list app without the redux base on create-react-app
- Host: GitHub
- URL: https://github.com/biyuqi/react-todolist
- Owner: BiYuqi
- License: mit
- Created: 2018-12-10T16:20:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T13:07:00.000Z (over 7 years ago)
- Last Synced: 2025-01-17T07:44:49.739Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://loadingmore.com/react-todolist/
- Size: 452 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Download && Usage
```js
git clone https://github.com/BiYuqi/react-todolist.git
cd react-todolist
npm install
// or
yarn install
// local
npm run start
//or
yarn run start
// build
npm run build
//or
yarn run build
```