Install

$ yarn

Develop

$ yarn start
App run on http://localhost:2222/.

Production

$ yarn build

Description

Project is build by React JS and BootStrap4.

To install the packages fast and maximize the resource utilization, yarn used.

To avoid repeated requests, it fetches worker data by unique array of worker_id from work_orders.

And filter and sort operation is also done on client side without send new request.