Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 371 Bytes

File metadata and controls

8 lines (6 loc) · 371 Bytes

A simple unstyled ToDo App with Recoil.js used for react app state management

Instructions to run

  • Clone git clone https://github.com/Theoadu/recoil-todo.git
  • Move into the directory cd recoil-todo
  • Install dependencies npm install or yarn install
  • Run the app using npm run start or yarn run start