Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.15 KB

Expensary | Client App.

This is the React client application for a MERN Stack Application called Expensary. This is a simple application to track personal expenses.

The application is paired with the corressponding backend application which can be found here.

Environment

  • Node v18.0 or higher is required.

Running Locally

  • Clone the repository.
  • Run npm install for the dependencies.
  • Create a .env.local file in the root of the application with the following information.
VITE_API_BASE_URL=<local_port_of_your_backend>
NODE_ENV=development
  • NOTE 1: Make sure you have the backend application running too before running the frontend. Follow the steps to run the backed as mentioned here.

Suggested Extensions and Plugins :

(If using Visual Studio Code)

DX Utilities Utilities:

  • GitLens
  • Prettier
  • Todo Tree
  • ESLint

Visual Enhancements for IDE:

  • Material Icon Theme: [for file/folder icons]
  • Carbon Product Icons: [for application icons]
  • One Dark Pro: [application color theme]