React simple form that generate a pdf invoice with all information typed in the form.
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
Using yarn:
yarn start
Using npm:
npm run start
Using yarn:
yarn build
Using npm:
npm run build
This commands build the project for production propuses into the ./dist
folder.