Skip to content

A TinyWidgets Vite template using TypeScript and React

Notifications You must be signed in to change notification settings

tinyplex/vite-tinywidgets

Repository files navigation

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.

About

A TinyWidgets Vite template using TypeScript and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published