Start the application locally
parcel index.html
- Make sure that you change add your API key in the index.html script
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
Refer to Google Developer Console
- This app uses specific version of faker and its types
"faker": "^5.5.3"
"@types/google.maps": "^3.47.4",