/TodoList

a simple application with react+redux+koa

Primary LanguageJavaScript

TodoList

online experience

version 2.0(add koa)

How to install

make the config.js and db.js consistent with your database and then

npm install
npm start

Then, open your browser and visit http://localhost:3000

version 1.0(React,Redux,React-router)

How to install

$ git clone https://github.com/z2014/TodoList.git
$ cd TodoList
$ npm install

How to run

npm start

Then, open your browser and visit http://localhost:8080