{"id":13604739,"url":"https://github.com/tinyplex/vite-tinybase-react","last_synced_at":"2025-04-12T02:31:24.552Z","repository":{"id":172040279,"uuid":"648772490","full_name":"tinyplex/vite-tinybase-react","owner":"tinyplex","description":"A TinyBase Vite template using React","archived":false,"fork":false,"pushed_at":"2024-04-06T21:33:04.000Z","size":155,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T03:11:06.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinyplex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-02T19:20:45.000Z","updated_at":"2024-04-18T00:39:50.942Z","dependencies_parsed_at":null,"dependency_job_id":"c6759c8f-a1c1-46f8-83ac-5f1631e15122","html_url":"https://github.com/tinyplex/vite-tinybase-react","commit_stats":null,"previous_names":["tinyplex/vite-tinybase-react"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyplex%2Fvite-tinybase-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyplex%2Fvite-tinybase-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyplex%2Fvite-tinybase-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyplex%2Fvite-tinybase-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinyplex","download_url":"https://codeload.github.com/tinyplex/vite-tinybase-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223489628,"owners_count":17153791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T19:00:50.718Z","updated_at":"2025-04-12T02:31:24.547Z","avatar_url":"https://github.com/tinyplex.png","language":"JavaScript","readme":"# vite-tinybase-react\n\nThis is a [Vite](https://vitejs.dev/) template for a simple\n[TinyBase](https://tinybase.org/) app, using React, and also demonstrating the\nTinyBase ui-react-dom module UI components.\n\n\u003cimg width=\"847\" alt=\"image\" src=\"https://github.com/user-attachments/assets/614cd4f5-4ef8-46c2-8a2a-8df07ee59be7\"\u003e\n\n## Instructions\n\n1. Make a copy of this template into a new directory:\n\n```sh\nnpx tiged tinyplex/vite-tinybase-react my-tinybase-app\n```\n\n2. Go into the directory:\n\n```sh\ncd my-tinybase-app\n```\n\n3. Install the dependencies:\n\n```sh\nnpm install\n```\n\n4. Run the application:\n\n```sh\nnpm run dev\n```\n\n5. Go the URL shown and enjoy!\n\n## Other templates\n\nThere are eleven templates for TinyBase, of which this is one:\n\n|     | Template                                                                                                             | Language   | React | Plus                   |\n| --- | -------------------------------------------------------------------------------------------------------------------- | ---------- | ----- | ---------------------- |\n|     | [vite-tinybase](https://github.com/tinyplex/vite-tinybase)                                                           | JavaScript | No    |                        |\n|     | [vite-tinybase-ts](https://github.com/tinyplex/vite-tinybase-ts)                                                     | TypeScript | No    |                        |\n| 👉  | [vite-tinybase-react](https://github.com/tinyplex/vite-tinybase-react)                                               | JavaScript | Yes   |                        |\n|     | [vite-tinybase-ts-react](https://github.com/tinyplex/vite-tinybase-ts-react)                                         | TypeScript | Yes   |                        |\n|     | [vite-tinybase-ts-react-sync](https://github.com/tinyplex/vite-tinybase-ts-react-sync)                               | TypeScript | Yes   | Synchronization        |\n|     | [vite-tinybase-ts-react-sync-durable-object](https://github.com/tinyplex/vite-tinybase-ts-react-sync-durable-object) | TypeScript | Yes   | Sync \u0026 Durable Objects |\n|     | [vite-tinybase-ts-react-pglite](https://github.com/tinyplex/vite-tinybase-ts-react-pglite)                           | TypeScript | Yes   | PGlite                 |\n|     | [vite-tinybase-ts-react-crsqlite](https://github.com/tinyplex/vite-tinybase-ts-react-crsqlite)                       | TypeScript | Yes   | CR-SQLite              |\n|     | [tinybase-ts-react-partykit](https://github.com/tinyplex/tinybase-ts-react-partykit)                                 | TypeScript | Yes   | PartyKit               |\n|     | [tinybase-ts-react-electricsql](https://github.com/tinyplex/tinybase-ts-react-electricsql)                           | TypeScript | Yes   | ElectricSQL            |\n|     | [expo/examples/with-tinybase](https://github.com/expo/examples/tree/master/with-tinybase)                            | JavaScript | Yes   | React Native \u0026 Expo    |\n\n## License\n\nThis template has no license, and so you can use it however you want!\n[TinyBase](https://github.com/tinyplex/tinybase/blob/main/LICENSE) and\n[Vite](https://github.com/vitejs/vite/blob/main/LICENSE) themselves are both MIT\nlicensed.\n","funding_links":[],"categories":["Get Started"],"sub_categories":["Templates"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyplex%2Fvite-tinybase-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinyplex%2Fvite-tinybase-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyplex%2Fvite-tinybase-react/lists"}