A PWA (Progressive Web App) Starter Template built with Vite, React, TypeScript, TailwindCSS, Chad UI, and more.
Note: This project is in early development and is currently being used to improve the Chad UI components library while also working on a PWA starter template initially meant for personal use.
React PWA Starter relies on the following libraries:
Create the project.
npx degit dvzrd/pwa-starter my-pwa
Access the project directory.
cd my-pwa
Install dependencies.
pnpm install
Serve with hot reload at http://localhost:5173.
pnpm run dev
pnpm run lint
pnpm run typecheck
pnpm run build
pnpm run test
View and interact with your tests via UI.
pnpm run test:ui
This template is based on reactjs-vite-tailwindcss-boilerplate by João Paulo Moraes.