# openlayers **Repository Path**: indexsarrol/openlayers ## Basic Information - **Project Name**: openlayers - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-06 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenLayers + Vite This example demonstrates how the `ol` package can be used with [Vite](https://vitejs.dev/). To get started, run the following (requires Node 14+): npx create-ol-app my-app --template vite Then change into your new `my-app` directory and start a development server (available at http://localhost:5173): 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. You can also run `npm run serve` to serve the results of the `dist` directory for preview.