Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 372 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.

Start the development server

yarn dev

Build for production

yarn build

Create a new app from this template

npx degit mapcomponents/template my-new-app