This is part of Udacity's Front End Web Development Nanodegree. It is a map of Berlin, showing you museum locations. Clicking on a marker/museum in the sidebar will show you an info window with an image of the museum and their Foursquare rating.
The project rubric for this can be found here
To get up and running, follow these steps:
- Clone the project to your local machine
cd
into the project directory- Run
npm install
to install dependencies - Run
yarn start
to start the server
For production build (and also for the Service Worker to function), instead of point 4 from above, use the following:
- Run
yarn build
- Run
yarn global add serve
- Run
serve -s build
- Access http://localhost:5000/
For this project I used:
For anyone else struggling on this project, I found the following resources to be very helpful: