Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.48 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.48 KB

Client

Installation

To set up and run the client component of RentalGenie in development, follow these steps:

  1. Navigate to the client directory:
cd /client/rental-genie-app
  1. Install npm packages:
npm install
  1. Create a Firebase project, with Firebase Storage, and add the configurations.
  • Copy the example environment file
 cd src/environments && cp environment.example.ts environment.ts && cd ...
  • Insert your config data into 'environment.ts'
  1. Start the client:
npm start

Tech Stack

The client component of RentalGenie utilizes the following technologies: