Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

samMeow/react_map_example

Repository files navigation

React Map Example

NPM v5.4.2
NODE v8.1.3
Yarn 1.1.0
Docker docker-compose (optional)

Purpose

This Repository is to demostrate the combination of react and google map

Getting Started

Starting main app

Install needed package for the first time

yarn install

Starting main app Visit at 127.0.0.1:8000

npm start

Starting mockapi server

You will also need to start the mockapi server

# on another session
docker-compose up

In case you don't have docker

cd mockapi
npm install
npm start

Start Development

Run linting before push

npm run lint

For runing test case

npm run test

Reserved ports

Port Usage
8080 main app
8000 mockapi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published