Zoom out | Zoom in | Card | Reviews |
---|---|---|---|
touch .env
echo 'REACT_APP_GOOGLE_MAP_KEY=YOUR_API_KEY' >> .env
Installs dependencies.
Runs the app in the development mode.
Builds the app for production to the build
folder.
- This is the first React app I created for
Poopee
after rebranding fromRestroomFinder
. - The project was spawned using
create-react-app
. - The app used to fetch restroom data from the
RestroomFinder
server hosted on Heroku, which is no longer available. - The app uses
react-google-maps
to render the map.