https://github.com/jcserv/react-vite-shadcn-template
This template can be used to quickly setup a React + TypeScript + Vite + ShadCN site
https://github.com/jcserv/react-vite-shadcn-template
react shadcn tanstack-router typescript vercel vite
Last synced: 5 months ago
JSON representation
This template can be used to quickly setup a React + TypeScript + Vite + ShadCN site
- Host: GitHub
- URL: https://github.com/jcserv/react-vite-shadcn-template
- Owner: jcserv
- Created: 2024-10-14T16:07:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-18T20:03:31.000Z (6 months ago)
- Last Synced: 2026-01-19T03:23:56.758Z (6 months ago)
- Topics: react, shadcn, tanstack-router, typescript, vercel, vite
- Language: TypeScript
- Homepage: https://react-vite-shadcn-template.vercel.app
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-vite-shadcn-template

this template can be used to quickly setup a react + typeScript + vite + shadcn site,
with all the required configuration out of the box.
## features
- โจ components & styling with tailwindcss & shadcn
- ๐ฆ bundling via vite
- ๐ routing w/ tanStack router
- ๐งช unit/component tests setup (see Header.cy.tsx & utils.test.ts)
- ๐ dark mode
- โ
continuous integration/deployment with github workflows & vercel
## dependencies
- [vite](https://vite.dev/)
- [tailwindcss](https://tailwindcss.com/)
- [shadcn](https://ui.shadcn.com/docs)
- [tanstack router](https://tanstack.com/router/latest/docs/framework/react/overview)
## references
- [shadcn-vite template](https://github.com/shadcn/vite-template)