- node v6 (https://nodejs.org)
npm install
npm run dev
- Navigate browser to
http://localhost:3000
Configuration files are located under config
dir.
See Guild https://github.com/lorenwest/node-config/wiki/Configuration-Files
Name | Description |
---|---|
PORT |
The port to listen |
GOOGLE_API_KEY |
The google api key see (https://developers.google.com/maps/documentation/javascript/get-api-key#key) |
API_BASE_URL |
The base URL for Drone API |
npm i
npm run <script> |
Description |
---|---|
build |
Build the app |
start |
Serves the app in prod mode (use build first). |
dev |
Start app in the dev mode. |
lint |
Lint all .js files. |
lint:fix |
Lint and fix all .js files. Read more on this. |
test |
Run tests using mocha-webpack for all `*.spec.(js |
In this project module react-google-maps is used to work with google maps. So it can be used for any new functionality.