A simple starter template for a real estate data platform built on Particle Space
- Running
node >= 12
. We runnode 14
. - 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
- Maps JS API is already enabled by default but Geocoding API and Places API must be manually enabled.
To view the project run npm install && npm start
in the root directory
Then you can open the browser to localhost:3000
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.