Skip to content
Snippets Groups Projects
user avatar
Peter Morstein authored
9cb8bd39
History

OpenLayers + Parcel + Typescript

to start the development mode type

npm start

To generate a build ready for production:

npm run build

Then deploy the contents of the `dist` directory to your server.