Typescript Starter Template for vite plugins.
- Plugin build with tsup
- Example app (React-TS)
- Parallel development of plugin and example-app with concurrently
Click "Use this Template" or use degit to clone this repository.
- Install dependencies
npm install
- Start plugin and example-app (react-ts)
npm run dev
- Open browser on localhost:3000
npm run build