Skip to content

davidandrus/swd-nano-project-1

Repository files navigation

Meet-Up Event Planner - Senior Web Developer Nanodegree Project 1

You can view the app at https://davidandrus.github.io/swd-nano-project-1/

Notable libraries included in this project are:

Running the project locally

This assumes that you have node and npm installed

Clone the Repo

git clone git@github.com:davidandrus/swd-nano-project-1.git

Install dependencies

cd into your cloned folder and then run:

npm install

Add API Keys

Copy the keys template by running:

cp keys.json.template keys.json

Next in keys.json replace "YOUR_API_KEY_HERE" with your google maps API key

keys.json

{
  "google_maps": "YOUR_API_KEY_HERE"
}

You can obtain a google maps api key from: https://developers.google.com/maps/documentation/javascript/get-api-key

Starting the dev server

npm start

After the dev server has started you can view the project at: http://localhost:3000

Build Production Assets

npm run build

About

Senior Web Developer Nanodegree Prjoject 1 - Meet-Up Event Planner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published