lubaochuan / react-redux-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO app in React

setup

npm install -g create-react-app
create-react-app redux-todo
npm install prop-types

run

cd redux-todo
npm start

About