From 2c0eef7a94ab73b7687838c31785f8695a7fef7d Mon Sep 17 00:00:00 2001 From: Benjamin Noah Beal Date: Wed, 4 Sep 2024 20:49:48 -0700 Subject: [PATCH] Add vite-amplify template Vite template repo that can be deployed and hosted with AWS Amplify Hosting with minimal effort. It includes Vite SSR + Express APIs and uses react, ts, tailwind, and virtual react router. Check it out if you're looking for a quick way to scaffold a full-stack Vite project hosted on AWS infra. * Repo: https://github.com/bebeal/vite-amplify * ~4 mins from fork-to-finish for a successful deployment: https://www.youtube.com/watch?v=dsHQUgwkZ7s * Demo Site: https://www.vite-amplify.com/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0343ea33..065ee079 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [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`. +- [vite-amplify](https://github.com/bebeal/vite-amplify) - Template with Vite SSR + Express APIs + AWS Amplify Hosting. #### Svelte