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.htmluse 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.htmlandcssfolder to your application directory.
