Skip to content

iTs-rd/RentAssure-Forntend

Repository files navigation

RentAssure

This project was build with the help of React ,Django & Djano REST framework.


Some More Screenshots

Login & #

About & ContactUs

Other

Installation

Pre-requisites

Your machine should have NPM and Node installed. A full guide for installing each of these is given below. Before you install any packages, ensure your package list is up to date with:

sudo apt-get update

Install yarn

sudo apt-get install -y npm

Install node

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

Local setup

Clone the repo

git clone https://github.com/iTs-rd/RentAssure-Forntend.git

Install node modules

npm install

Running the server

npm start

Visit http://localhost:3000 in your browser.

Made in ❤️ with Github & ReactJS.