This is a Vite template for a simple TinyWidgets app, using TypeScript.

- Make a copy of this template into a new directory:
npx tiged tinyplex/vite-tinywidgets my-tinywidgets-app
- Go into the directory:
cd my-tinywidgets-app
- Install the dependencies:
npm install
- Run the application:
npm run dev
- The Vite server should start up. Go the URL shown and enjoy!
Note that you can also create a production build with npm run build
.
This template has no license, and so you can use it however you want! TinyWidgets and Vite themselves are both MIT licensed.