This project is about to develop a single page application that displays co-working spaces in Athens using Google Maps. The goal of the project is to add functionality to this map including highlighted locations, third-party data about those locations and various ways to browse the content.
You can see a live demo of the app by clicking here
To get started developing right away:
- install all project dependencies with npm install
- start the development server with npm start
-
You have to run your app in production mode to get service worker utilities.
-
If you want to run in production mode you have to run
- npm run build
- npm install -g serve
- serve -s build and the project will run at localhost:5000
Render a map component using React Google Maps Stack Overflow community