# ol-parcel **Repository Path**: mirrors_openlayers/ol-parcel ## Basic Information - **Project Name**: ol-parcel - **Description**: OpenLayers + Parcel - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.