0.0.6 • Published 4 years ago

@mapstore/geonode-mapstore-client v0.0.6

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
4 years ago

MapStore GeoNode client

Development setup

Start the development application locally:

  • create a env.json file in geonode_mapstore_client/client directory with needed variables
// env.json file
{
    "DEV_SERVER_HOST": "eg: my-geonode-host.org"
}
  • npm install
  • npm start

The application runs at https://localhost:8081 afterwards.

Note: localhost uses https protocol to connect a remote GeoNode instance

Compile bundle

  • npm run compile

or run build.sh for the complete build process

Tools

  • node v12.14.1
  • npm 6.13.4
0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago