You can view the app at https://davidandrus.github.io/swd-nano-project-1/
Notable libraries included in this project are:
This assumes that you have node and npm installed
git clone git@github.com:davidandrus/swd-nano-project-1.git
cd
into your cloned folder and then run:
npm install
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
{
"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
npm start
After the dev server has started you can view the project at: http://localhost:3000
npm run build