Skip to content

katerinamakri/react-neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Co-working spaces in Athens

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.

Demo

You can see a live demo of the app by clicking here

Getting Started

To get started developing right away:

  • install all project dependencies with npm install
  • start the development server with npm start

Notes:

  1. You have to run your app in production mode to get service worker utilities.

  2. 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

Credits

Render a map component using React Google Maps Stack Overflow community

Dependencies