First clone this repository.
$ git clone https://github.com/itsAsR7/TodoApp.git
Install dependencies. Make sure you already have nodejs
& npm
installed in your system.
$ npm install # or yarn
Run it
$ npm start # or yarn start
Released under the Mit License