DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

A simple TinyBase app using TypeScript, React, and PartyKit

tinybase-ts-react-partykit

A simple TinyBase app using TypeScript, React, and PartyKit

This is a template for a simple TinyBase app, using TypeScript, React, and PartyKit.

Instructions

  1. Make a copy of this template into a new directory:
npx degit tinyplex/tinybase-ts-react-partykit my-tinybase-app
Enter fullscreen mode Exit fullscreen mode
  1. Go into the directory:
cd my-tinybase-app
Enter fullscreen mode Exit fullscreen mode
  1. Install the dependencies:
npm install
Enter fullscreen mode Exit fullscreen mode
  1. Run the server:
npm run dev
Enter fullscreen mode Exit fullscreen mode
  1. Go the URL shown and enjoy!

A simple TinyBase app using TypeScript, React, and PartyKit

Other templates

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

Template Language React Plus
vite-tinybase JavaScript No
vite-tinybase-ts TypeScript No
vite-tinybase-react JavaScript Yes
vite-tinybase-ts-react TypeScript Yes
vite-tinybase-ts-react-crsqlite TypeScript Yes CR-SQLite
👉 tinybase-ts-react-partykit TypeScript Yes PartyKit

License

This template has no license, and so you can use it however you wantTinyBase andPartyKit themselves are both MIT licensed.

GitHub

View Github

Top comments (0)