Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 948 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 948 Bytes

vite-tinywidgets

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

image

Instructions

  1. Make a copy of this template into a new directory:
npx tiged tinyplex/vite-tinywidgets my-tinywidgets-app
  1. Go into the directory:
cd my-tinywidgets-app
  1. Install the dependencies:
npm install
  1. Run the application:
npm run dev
  1. 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.

License

This template has no license, and so you can use it however you want! TinyWidgets and Vite themselves are both MIT licensed.