This is a Vite template for a simple TinyBase app, using React, and also demonstrating the TinyBase ui-react-dom module UI components.
- Make a copy of this template into a new directory:
npx degit tinyplex/vite-tinybase-react my-tinybase-app
- Go into the directory:
cd my-tinybase-app
- Install the dependencies:
npm install
- Run the application:
npm run dev
- Go the URL shown and enjoy!
There are four Vite templates for TinyBase, of which this is one:
Template | Language | React | |
---|---|---|---|
vite-tinybase | JavaScript | No | |
vite-tinybase-ts | TypeScript | No | |
👉 | vite-tinybase-react | JavaScript | Yes |
vite-tinybase-ts-react | TypeScript | Yes |
This template has no license, and so you can use it however you want! TinyBase and Vite themselves are both MIT licensed.