Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 434 Bytes

File metadata and controls

33 lines (22 loc) · 434 Bytes

React Task Tracker

A simple task tracking web app that powered by react UI and JSON-server as mock backend

Usage

Install dependencies

npm install

Run React dev server (http://localhost:3000)

npm start

Run the JSON server (http://localhost:5000)

npm run server

To build for production

npm run build