1.0.0 • Published 8 months ago

tinybase-ts-react-partykit v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

tinybase-ts-react-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
  1. Go into the directory:
cd my-tinybase-app
  1. Install the dependencies:
npm install
  1. Run the server:
npm run dev
  1. Go the URL shown and enjoy!

npm.io

Other templates

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

TemplateLanguageReactPlus
vite-tinybaseJavaScriptNo
vite-tinybase-tsTypeScriptNo
vite-tinybase-reactJavaScriptYes
vite-tinybase-ts-reactTypeScriptYes
vite-tinybase-ts-react-crsqliteTypeScriptYesCR-SQLite
👉tinybase-ts-react-partykitTypeScriptYesPartyKit

License

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