Property Pro Lite is a platform where people can create and/or search properties for sale or rent.
https://ladaposamuel.github.io/PropertyPro-lite/UI
Property Pro Lite is a platform where people can create and/or search properties for sale or rent.
# Get the latest snapshot
git clone https://github.com/ladaposamuel/PropertyPro-lite.git propertypro
# Change directory
cd propertypro
# Install NPM dependencies
npm install
# Create a .env file to root folder using the example file
cp env.example > .env
# Then simply start your app
npm run dev
# Enter project directory
cd propertypro
# Start test
npm test
# Enter project directory
cd propertypro
# Start test
npm run build
- Gh-Pages Url
https://ladaposamuel.github.io/PropertyPro-lite/UI
- Api documentation
https://serene-eyrie-40109.herokuapp.com/docs
Back to top