This is the frontend repository for rental-insight.com. This web app is built using ReactJS and initialized using Vite. This app uses TailwindCSS for styling and connects to the backend.
- node v16
- npm v6
# Clone the repository
git clone https://github.com/k-laz/ri-frontend.git
# Navigate to the directory
cd ri-frontend
Configure your local environment.
Copy environment/env_template.sh
to create an env.sh
file and make the following edits:
# Install dependencies
npm install
# Set environment variables
source env.sh
# Run the app
npm run dev
If you have any questions or need assistance, please contact @k-laz
Copyright © 2023-present Rental Insight. All rights reserved.