zland-map
Version:
zland map
58 lines (28 loc) • 1.03 kB
Markdown
zland-map
This project renders the google map and adds a layer called playground where custom elements can be added.
installation
Copy `config/config.sample.json` to `config/config.json`
Add your google maps api key to the config.json.
You can get the key on your [google developer console](https://developers.google.com/maps/documentation/javascript/get-api-key).
Execute `npm install`
usage
`gulp`
<!-- start generated readme -->
# Directories
## [actions](actions)
Contains actions that might be used by components.
## [components](components)
Contains react components.
## [config](config)
## [sass](sass)
## [services](services)
contains services used by stores to save, request or calculate things.
## [stores](stores)
## [www](www)
# Files
## [Constants.js](Constants.js.md)
## [DebugConstants.js](DebugConstants.js.md)
## [gulpfile.js](gulpfile.js.md)
## [webpack.config.js](webpack.config.js.md)
module webpack config
<!-- end generated readme -->