Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 328 Bytes

Todo-App

Very basic todo app using React for practice

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

`localhost:3000'