Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 541 Bytes

File metadata and controls

25 lines (19 loc) · 541 Bytes

Coding Challenge Ricardo.ch

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

How To run 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 install

When they are over, you can just run

gulp serve

the webapp will be launched on http://localhost:3000/ .

Enjoy!