Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 376 Bytes

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.