From a5094b4aee9bb4f31b9cb096e62c93d5886d4b99 Mon Sep 17 00:00:00 2001 From: Ivan Zusko Date: Fri, 23 Aug 2024 17:10:08 +0200 Subject: [PATCH 1/3] feat: add vite-template-react-ts-jest This PR adds template with React, Typescript and Jest (jest added to the vite's `react-ts` [template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b94df797..cc59a0a6 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [RVTGB](https://github.com/up2dul/rvtgb) - `React` + `TypeScript` starter template, with file-based routing with `Generouted` and `Biome`. - [vite-biome-tailwind-template](https://github.com/not-first/vite-biome-tailwind-template) - React, Typescript, Biome, Tailwind CSS. - [React Dapp Starter](https://github.com/Manta-Network/react-dapp-starter) - Enterprise-ready Web3 DApp starter with `TypeScript`, `TailwindCSS`, `Web3Modal`, `Wagmi`, `Shadcn UI`, `Zustand`, and `TanStack Query` for scalable decentralized applications. +- [vite-template-react-ts-jest](https://github.com/ivanzusko/vite-template-react-ts-jest) - React + Typescript + Jest starter (`jest` was added to the offial `vite`'s `react-ts` template) #### Svelte From 3f08ae8a8dfe675acad1f5447614b10785a3fe7d Mon Sep 17 00:00:00 2001 From: ivanzusko Date: Mon, 26 Aug 2024 09:38:33 +0200 Subject: [PATCH 2/3] lint: punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc59a0a6..9eeddbb9 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [RVTGB](https://github.com/up2dul/rvtgb) - `React` + `TypeScript` starter template, with file-based routing with `Generouted` and `Biome`. - [vite-biome-tailwind-template](https://github.com/not-first/vite-biome-tailwind-template) - React, Typescript, Biome, Tailwind CSS. - [React Dapp Starter](https://github.com/Manta-Network/react-dapp-starter) - Enterprise-ready Web3 DApp starter with `TypeScript`, `TailwindCSS`, `Web3Modal`, `Wagmi`, `Shadcn UI`, `Zustand`, and `TanStack Query` for scalable decentralized applications. -- [vite-template-react-ts-jest](https://github.com/ivanzusko/vite-template-react-ts-jest) - React + Typescript + Jest starter (`jest` was added to the offial `vite`'s `react-ts` template) +- [vite-template-react-ts-jest](https://github.com/ivanzusko/vite-template-react-ts-jest) - React + Typescript + Jest starter (`jest` was added to the offial `vite`'s `react-ts` template). #### Svelte From 57c53a465f6810fde52bc864ea0876b562bfaf78 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Fri, 30 Aug 2024 10:55:10 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eeddbb9..6961b23c 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [RVTGB](https://github.com/up2dul/rvtgb) - `React` + `TypeScript` starter template, with file-based routing with `Generouted` and `Biome`. - [vite-biome-tailwind-template](https://github.com/not-first/vite-biome-tailwind-template) - React, Typescript, Biome, Tailwind CSS. - [React Dapp Starter](https://github.com/Manta-Network/react-dapp-starter) - Enterprise-ready Web3 DApp starter with `TypeScript`, `TailwindCSS`, `Web3Modal`, `Wagmi`, `Shadcn UI`, `Zustand`, and `TanStack Query` for scalable decentralized applications. -- [vite-template-react-ts-jest](https://github.com/ivanzusko/vite-template-react-ts-jest) - React + Typescript + Jest starter (`jest` was added to the offial `vite`'s `react-ts` template). +- [vite-template-react-ts-jest](https://github.com/ivanzusko/vite-template-react-ts-jest) - `React` + `TypeScript` + `Jest`. #### Svelte