README.md
July 10, 2019 ยท View on GitHub
Expense App - Front End
Status - Online

Tech Stack
- ReactJs
- Apollo Client
Getting Started
git clone https://github.com/prvnbist/expense-app-frontend.gitnpm installto install all the required packages.- Go into the
.envfile and replace the value ofREACT_APP_SERVER_URLwith the url where your server is running. npm startto run the server locally onhttp://localhost:3000npm run buildto build the project for production.
Happy Coding!