Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 951 Bytes

File metadata and controls

27 lines (20 loc) · 951 Bytes

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.