Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 318 Bytes

Expense Splitter

A lightweight webapp for splitting expenses.

Running it locally

  1. Clone the repo

    git clone [email protected]:brettgoss/expense-splitter.git

  2. Navigate to the project root

    cd expense-splitter

  3. Install the packages and start the dev server

    yarn && yarn client

  4. All done!