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-pwaAccess the project directory.
cd my-pwaInstall dependencies.
pnpm installServe with hot reload at http://localhost:5173.
pnpm run devpnpm run lintpnpm run typecheckpnpm run buildpnpm run testView and interact with your tests via UI.
pnpm run test:uiThis template is based on reactjs-vite-tailwindcss-boilerplate by João Paulo Moraes.
