Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 419 Bytes

File metadata and controls

16 lines (9 loc) · 419 Bytes

React Task Tracker App

Simple task tracker application created by following along from: React JS Crash Course 2021

Full React UI with json-server for mock backend.

Run development server: npm start
Start json server backend: npm run server

Build for production: npm run build
Serve production: serve -s build -p 8000


Screenshot