Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 405 Bytes

readme.md

File metadata and controls

19 lines (16 loc) · 405 Bytes

React invoice form

Installation

  • Clone repository
  • Install all packages $ npm i

Run Watch

$ webpack

Api

  • 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/