NPM v5.4.2
NODE v8.1.3
Yarn 1.1.0
Docker docker-compose (optional)
This Repository is to demostrate the combination of react and google map
Install needed package for the first time
yarn install
Starting main app Visit at 127.0.0.1:8000
npm startYou will also need to start the mockapi server
# on another session
docker-compose upIn case you don't have docker
cd mockapi
npm install
npm startRun linting before push
npm run lintFor runing test case
npm run test| Port | Usage |
|---|---|
| 8080 | main app |
| 8000 | mockapi |