Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 683 Bytes

File metadata and controls

39 lines (26 loc) · 683 Bytes

vite-synclets

This is a Vite template for a simple Synclets app.

Instructions

  1. Make a copy of this template into a new directory:
npx tiged tinyplex/vite-synclets my-synclets-app
  1. Go into the directory:
cd my-synclets-app
  1. Install the dependencies:
npm install
  1. Run the application:
npm run dev
  1. Go the URL shown and enjoy!

License

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