https://github.com/davitorelli/boilerplate-react-tailwindcss-shadcn
A simple template built with React + Vite, using the TailwindCSS framework and the Shadcn component library. I recommend using Bun for the project.
https://github.com/davitorelli/boilerplate-react-tailwindcss-shadcn
boilerplate bun javascript learning learning-by-doing productivity react reactjs shadcn-ui structure tailwindcss template vite
Last synced: 2 months ago
JSON representation
A simple template built with React + Vite, using the TailwindCSS framework and the Shadcn component library. I recommend using Bun for the project.
- Host: GitHub
- URL: https://github.com/davitorelli/boilerplate-react-tailwindcss-shadcn
- Owner: DaviTorelli
- Created: 2025-04-07T20:54:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T22:30:30.000Z (about 1 year ago)
- Last Synced: 2025-04-07T23:22:22.644Z (about 1 year ago)
- Topics: boilerplate, bun, javascript, learning, learning-by-doing, productivity, react, reactjs, shadcn-ui, structure, tailwindcss, template, vite
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite + TailwindCSS + Shadcn/UI
A simple template for people that want to study without cracking their heads setting and making project bases.
I recommend to use [Bun](https://bun.sh/), but feel free to use npm or anything else...
## Getting Started
### Pre-requisites
- Node.js (version 14.0.0 or higher)
- bun (version 1.1.6 or higher) || npm || yarn
> Note: This is suggested use bun over npm and yarn.
### Installation
1. Use this Template:
- click on "use this template"
- then "create a new repository" and make your custom settings
2. Clone the your new repository:
```
git clone https://github.com/your-username/vite-template.git
cd vite-template
```
3. Install dependencies:
```
bun install
```
4. Start the development server:
```
bun dev
// OR
bun vite
```
---








