- Clone repository
- Install all packages
$ npm i
$ webpack
- get taxes - api/taxes
- get invoice - api/invoice/get/
- get all invoices - api/invoices
- get all clients - api/clients
- save invoice - api/invoice/save
- remove invoice - api/invoice/remove/
- update invoice item - api/invoice/update-item/