EOxC client framework
The full documentation is available here.
Setup
To install the client framework perform the following steps:
npm install -g webpack-dev-server webpack
npm installTesting
To run the tests use the following command:
npm testTo test the example application start the watcher by:
npm run watchAnd navigate the browser to path/to/eoxc/test/apps/OpenLayers/index.html.
TODO: explain dev-server
To run the linter (we use the airbnb style):
# --silent to suppress the traceback for non-0 exit codes
npm run lint --silentDocumentation
To generate the API documentation run:
npm run docs