House Rental Managemnet System created with React Js
-
Fork the repo and then clone it or download it.
-
First install all dependencies:
# with npm npm install # or with yarn yarn
-
Start the server
npm start [OR] yarn start
-
Now run the web app
localhost:[PORT] (PORT=defined in .env)