An open API service indexing awesome lists of open source software.

https://github.com/openlayers/ol-parcel

OpenLayers + Parcel
https://github.com/openlayers/ol-parcel

Last synced: 19 days ago
JSON representation

OpenLayers + Parcel

Awesome Lists containing this project

README

          

# OpenLayers + Parcel

This example demonstrates how the `ol` package can be used with Parcel.

To get started, run the following (requires Node 12+):

npx create-ol-app my-app --template parcel

Then change into your new `my-app` directory and start a development server (available at http://localhost:1234):

cd my-app
npm start

To generate a build ready for production:

npm run build

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