Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 832 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 832 Bytes

Easy Invoice

Easy Invoice can help to generate the invoice.
Based on it, you can customize the invoice as per your requirement easily.

Pre-requisite

  • Node.js@20
  • React@18

add ./src/components/Invoice/InvoiceConfig.json

{
    "billFrom": {
      "name": "Service Provider Name"
    },
    "billTo": {
      "name": "Customer Name"
    }
}

By default, git would ignore invoiceConfig.json and wouldn't push it to remote repo

Available Scripts

In the project directory, you can run:

npm install
npm start
npm run eslint-fix .
npm run prettier-format .

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Preview

License

License under BSD 3-Clause License