Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/tinyplex/vite-tinybase

A vanilla TinyBase Vite template
https://github.com/tinyplex/vite-tinybase

Last synced: about 1 month ago
JSON representation

A vanilla TinyBase Vite template

Lists

README

        

# vite-tinybase

This is a [Vite](https://vitejs.dev/) template for a simple
[TinyBase](https://tinybase.org/) app.

## Instructions

1. Make a copy of this template into a new directory:

```sh
npx degit tinyplex/vite-tinybase my-tinybase-app
```

2. Go into the directory:

```sh
cd my-tinybase-app
```

3. Install the dependencies:

```sh
npm install
```

4. Run the application:

```sh
npm run dev
```

5. Go the URL shown and enjoy!

![](https://tinybase.org/vite-tinybase.png)

## Other templates

There are seven templates for TinyBase, of which this is one:

| | Template | Language | React | Plus |
| --- | ---------------------------------------------------------------------------------------------- | ---------- | ----- | ----------- |
| 👉 | [vite-tinybase](https://github.com/tinyplex/vite-tinybase) | JavaScript | No | |
| | [vite-tinybase-ts](https://github.com/tinyplex/vite-tinybase-ts) | TypeScript | No | |
| | [vite-tinybase-react](https://github.com/tinyplex/vite-tinybase-react) | JavaScript | Yes | |
| | [vite-tinybase-ts-react](https://github.com/tinyplex/vite-tinybase-ts-react) | TypeScript | Yes | |
| | [vite-tinybase-ts-react-crsqlite](https://github.com/tinyplex/vite-tinybase-ts-react-crsqlite) | TypeScript | Yes | CR-SQLite |
| | [tinybase-ts-react-partykit](https://github.com/tinyplex/tinybase-ts-react-partykit) | TypeScript | Yes | PartyKit |
| | [tinybase-ts-react-electricsql](https://github.com/tinyplex/tinybase-ts-react-electricsql) | TypeScript | Yes | ElectricSQL |

## License

This template has no license, and so you can use it however you want!
[TinyBase](https://github.com/tinyplex/tinybase/blob/main/LICENSE) and
[Vite](https://github.com/vitejs/vite/blob/main/LICENSE) themselves are both MIT
licensed.