Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.06 KB

File metadata and controls

44 lines (29 loc) · 1.06 KB

Mini-Home

About the project

A web application that allows users to look for homes to purchase and sell. We attempted to make a scaled-down version of it in this project. React was utilized for the front end, and Spring Boot was used for the back end.

Setup

Requirements

  • Node version > 16
  • Back-end is Up and Running
1. Clone and Install
git clone https://github.com/NatnaelSisay/Mini-property-management-front-end
cd Mini-property-management-front-end
npm install

2. Start the development server

npm run dev

successfull run will show the following out put

  VITE v4.3.9  ready in 492 ms

  Local:   http://localhost:3000/
  Network: http://172.19.142.27:3000/
  Network: http://192.168.64.1:3000/
  press h to show help
3. Open broser to the given link Local

Links