Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 455 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 455 Bytes

react-todo-app

A simple react todo list app

Install

Clone this repo to your local machine

git clone https://github.com/Sensational-Code/react-todo-app.git

Navigate into the project directory

cd react-todo-app

Install dependencies

npm install

Run it in development mode

npm run dev

Then visit http://localhost:8080 in your web browser of choice.