Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 662 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 662 Bytes

Udacity Senior Web Developer Nanodegree Meetup-up Event Planner Project


Installation

(1) Clone the Repo git clone https://github.com/dhwanilvyas/swd-p1

Note: You need to get an API key for Google Maps for location suggestions to be available in the app. You can get more info about getting an API key here https://developers.google.com/maps/documentation/javascript/get-api-key

Once you have the API key replace it with YOUR_API_KEY in the index.tpl.html file and then proceed with the next step.

(2) Run cd swd-p1 && npm install && bower install && gulp

(3) Open http://localhost:4000