YouTube Tutorial - TWA ( Trusted Web Activity ) with Next.js, Tailwind CSS and shadcn/ui
This is the repository for my YouTube tutorial on how to convert a Next.js, Tailwind CSS and shadcn/ui project to a TWA ( Trusted Web Activity ) in order to publish it on Google Play as an app.
You can use the button above to clone the repo and deploy it on Vercel simultaneously.
Clone the repository.
git clone https://github.com/sesto-dev/next-shadcn-twa-starter
Navigate to each folder in the apps
folder and and set the variables.
cp .env.example .env
Get all dependencies sorted.
bun install
then
bun run dev
Created by sesto-dev. Cheers! 🥂