Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 841 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 841 Bytes

Expenses app (frontend)

This is the frontend for a SPA React app to view a list of expenses, upload receipts, add comments etc. The backend API can be found here.

Demo screenshot

Netlify Status

Setup

Make sure you have Node and NPM installed.

To get started, run the following commands:

From the project root:

  1. Install dependencies:
npm i
  1. Copy environment variables to .env
cp .env.example .env
  1. Start the server:
npm start

View the project at http://localhost:8080/