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