This app is a single page app that allows the users to login with their google account and create expenses
-
clone the repository and run 'npm install' or 'yarn install' depending on your choice
-
At the root of the project, create a
.env.developmentand.env.testfile. Login to Firebase and create your firebase configuration for test and development -
Then run 'npm run dev-server' or 'yarn run dev-server' to start the application.
-
You can access the app on https://localhost:8080 or any other provided port depending on your server once the server start running
-
You can also access the live apps on https://peter-expensify-app.herokuapp.com/
Thanks.