From 7d2170000785b47b1b34aa608c1a43f3842b4f64 Mon Sep 17 00:00:00 2001 From: Konstantin Tarkus Date: Fri, 18 Jul 2025 11:13:42 +0200 Subject: [PATCH] Add React Starter Kit React Starter Kit is a boilerplate for building modern full-stack web applications with Bun, TypeScript, React, tRPC, and Drizzle ORM. It is designed to be a starting point for developers who want to create modern web applications with a focus on performance, simplicity, and best practices, with out-of-the-box support for edge-native deployment on Cloudflare Workers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5ab50f..f4b55c1 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ ## TypeScript Starters/Boilerplates +- [Kriasoft - React Starter Kit](https://github.com/kriasoft/react-starter-kit) - [Microsoft - TypeScript-React-Starter](https://github.com/Microsoft/TypeScript-React-Starter) - [Microsoft - TypeScript-Vue-Starter](https://github.com/Microsoft/TypeScript-Vue-Starter) - [Microsoft - TypeScript-Knockout-Starter](https://github.com/Microsoft/TypeScript-Knockout-Starter)