/ol-webpack-starter

OpenLayers 5.x with Webpack starter project

Primary LanguageJavaScriptMIT LicenseMIT

OpenLayers 5.x with Webpack starter project

This is a basic project to start using OpenLayers 5.x with Webpack.

Usage

Clone or download the project and then install the dipendencies:

cd ol-webpack-starter
npm install

Start the development server:

npm start

Create a minified bundle:

npm run build