https://github.com/zachsa/mapstore2-custom-test
Test repository for mapstore2 library
https://github.com/zachsa/mapstore2-custom-test
Last synced: 12 months ago
JSON representation
Test repository for mapstore2 library
- Host: GitHub
- URL: https://github.com/zachsa/mapstore2-custom-test
- Owner: zachsa
- License: other
- Created: 2019-07-04T12:51:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T16:23:33.000Z (over 3 years ago)
- Last Synced: 2025-06-26T01:02:27.014Z (12 months ago)
- Language: JavaScript
- Size: 1.45 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
test
==========
Quick Start
------------
Clone the repository with the --recursive option to automatically clone submodules:
`git clone --recursive git@github.com:zachsa/mapstore-test.git`
Install NodeJS >= 7.10.0 , if needed, from [here](https://nodejs.org/en/download/releases/).
Start the development application locally:
`npm install`
`npm start`
The application runs at `http://localhost:8081` afterwards.
Read more on the [wiki](git@github.com:zachsa/mapstore-test.git/wiki).