Skip to content

Web aplication that manage invoice of a clockstore.

License

Notifications You must be signed in to change notification settings

ivanlhz/react-invoices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f463af3 · Aug 2, 2018

History

39 Commits
Jun 4, 2018
Jul 22, 2018
Jul 31, 2018
Jul 17, 2018
May 28, 2018
Jul 22, 2018
Jul 15, 2018
Aug 2, 2018
Jul 22, 2018
Jul 22, 2018
Jul 22, 2018
Jul 22, 2018
Jul 26, 2018

Repository files navigation

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.