an invoice template made free of charge for the needs of developers who are building an application such as an online store or something else, this template is designed to be simple, light, and responsive.
- it's free
- Simple
- Responsive
- RTL Support
- Light weight
- Clone this repository or download zip manualy
- Open folder
Invoice
- if using npm, run with command
npm run require
- and for compile scss to css just run
npm run compile-sass
. - Run
index.html
use Live Server vscode or click the file.
- Open
index.html
- add rtl class on invoice class element like this :
<div class="invoice rtl">
- Open folder
invoice-production
- and copy the file
invoice.html
andcss
folder to your application directory.