/react-todo-list

Todo list in react

Primary LanguageCSS

Todo list

A Simple todo list, focusing on simplicity and cross-browser support. The build folder is included, to run in production simply type:

npm install serve -g
serve -s build

You can also run the project in dev mode by typing

npm install
npm install react-scripts@1.1.5 -g
npm start

in the terminal. The react-scripts version used was 1.1.5.