An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# react-vite-shadcn-template

![visitors](https://img.shields.io/endpoint?url=https://vu-mi.com/api/v1/views?id=jcserv/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)