Skip to content

particlespace/real-estate-data-platform-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate Data Platform Starter 🚀

A simple starter template for a real estate data platform built on Particle Space

Setup

  1. Running node >= 12. We run node 14.
  2. Create an .env file in the root directory and set the following keys:
GOOGLE_MAPS_KEY=YOUR_KEY
PS_PUBLISH_KEY=YOUR_KEY
PS_SECRET_KEY=YOUR_SECRET
  1. Maps JS API is already enabled by default but Geocoding API and Places API must be manually enabled.

Installation

To view the project run npm install && npm start in the root directory Then you can open the browser to localhost:3000

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.