Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 649 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 649 Bytes

Task Tracker

A basic Task tracker made using react & json-server to add and remove tasks.

Screenshots

image image

Setup

Install dependencies

npm install

Start Json-server on port 5000

npm run server

Start React app on port 3000

npm start

Create Prod build

yarn run build

This project was bootstrapped with Create React App.