This project was bootstrapped with Create React App.
Simple React todo app https://kegiatan.now.sh/
- Clone this repo
git clone https://github.com/ricosandyca/react-todo
- Change directory to the repositories location
cd react-todo
- Run
npm install
oryarn install
to install all dependencies - Run
npm start
oryarn start
to start the app - Now if you go to
http://localhost:3000
you'll get the app - Enjoy :)