Route Google Maps api
Using your terminal window, navigate to the supermodular2 folder. Install the NodeJS dependencies required by the project:
$ npm install
Get Key Api: https://developers.google.com/maps/documentation/javascript/get-api-key
Change this [YOURKEYAPI] obtained from your google account
<script src="https://maps.googleapis.com/maps/api/js?key=YOURKEYAPI&libraries=places"></script>