Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 378 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 378 Bytes

How to run the Todo App

  • Update all of the outdated global dependencies using the
npm install -g npm@latest
npm i -g create-react-app
npm i -g typescript eslint tslint eslint-plugin-react-hooks
  • Open project with command prompt console and then
npm install
  • Now run the following commands:
npm start