Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/explooosion/react-dva-todolist

this is a todolist demo by react dva
https://github.com/explooosion/react-dva-todolist

antd dva react redux todolist

Last synced: 7 days ago
JSON representation

this is a todolist demo by react dva

Awesome Lists containing this project

README

        

# React-dva-TodoList
this is a todolist demo by react dva
Blog:[React.js - dva(React + redux) + AntDesign - TodoList](https://dotblogs.com.tw/explooosion/2017/12/16/231218)

### Tech Stack
+ [dva ( React and redux )](https://github.com/dvajs/dva)
+ [Ant Design](https://ant.design)

### Clone

```bash
git clone https://github.com/explooosion/React-dva-TodoList.git
```

### Install
``` bash
cd React-dva-TodoList
```

```bash
npm install
```

### Run
```
npm start
```

### Build
```bash
npm run build
```