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.
Make sure you have Node and NPM installed.
To get started, run the following commands:
- Install dependencies:
npm i
- Copy environment variables to .env
cp .env.example .env
- Start the server:
npm start
View the project at http://localhost:8080/