Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 539 Bytes

Invoice React

Description

React simple form that generate a pdf invoice with all information typed in the form.

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.