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 start
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
Run linting before push
npm run lint
For runing test case
npm run test
Port | Usage |
---|---|
8080 | main app |
8000 | mockapi |