The purpose of this webapp is to:
- display a list of open invoices of the user
- display a list of latest transactions
- show the total amount the user has still to pay and allow him to do it
You need to have Node.js installed on your machine. Download the project and open it in your IDE.
In the folder of the project run
npm install
bower installWhen they are over, you can just run
gulp servethe webapp will be launched on http://localhost:3000/ .
Enjoy!