Invoice React
Description
React simple form that generate a pdf invoice with all information typed in the form. The project is a desktop application for manage invoices and generate a PDF with all the form data. Currently the project is focused on a single client but in the future the application is going to be able to support different input form data, charts, PDF templates, PDF preview, save into db the generated invoices data, import data from json and change the information about the business.
Instalation
Clone the repository by git clone <repo-url>
Enter to the cloned folder cd <folder-name>
Install all dependecies using yarn install or npm install
Init in dev mode
Using yarn:
yarn start
Using npm:
npm run start
Build the project
Using yarn:
yarn build
Using npm:
npm run build
This commands build the project for production propuses into the ./dist folder.