Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 341 Bytes

File metadata and controls

31 lines (20 loc) · 341 Bytes

React Task Tracker App

Tech Stack

React UI as well as JSON-server for 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