Setting Up Super Hero Dashboard
Cloning the repository
Clone the repository available at https://github.com/coronasafe/superhero_frontend
Setting up Google Maps API
In public/index.html find the following line
Replace "KEY GOES HERE" with you google maps API KEY
In src/utils/constants.js
set "api_url" to the base URL of the backend
In src/views/MapView.js find the following
Set "key" to your Google Maps API Key
Go to root project folder and run
Last updated