Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 325 Bytes

File metadata and controls

23 lines (11 loc) · 325 Bytes

Tasktracker

Task tracking application!

Install dependencies

npm install

Run React dev server

npm start

Run the JSON server

npm run server

To build for production

npm run build

task