Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 418 Bytes

File metadata and controls

28 lines (19 loc) · 418 Bytes

MapComponents + vite + react + typescript

This template is based on the vite ts-react template, and adds all required basic components for a MapComponents application.

Install packages

npm i

Start the development server

npm run dev

Build for production

npm run build

Create a new app from this template

npx degit mapcomponents/template my-new-app