README.md

July 10, 2019 ยท View on GitHub

Expense App - Front End

Links - Demo | Backend

Status - Online

alt text

Tech Stack

  • ReactJs
  • Apollo Client

Getting Started

  • git clone https://github.com/prvnbist/expense-app-frontend.git
  • npm install to install all the required packages.
  • Go into the .env file and replace the value of REACT_APP_SERVER_URL with the url where your server is running.
  • npm start to run the server locally on http://localhost:3000
  • npm run build to build the project for production.

Happy Coding!