Skip to content

ezoltech/react-shadcn-starter-boilerplate

Repository files navigation

React + Vite + Shadcn UI Template

Welcome to the React + Vite Template! This template is designed to help you get started quickly with a React application using Vite, providing a minimal setup with Hot Module Replacement (HMR) and some ESLint rules to keep your code clean and consistent.

Features

  • Fast Refresh: Thanks to Vite, you'll enjoy instant feedback while developing your React application.
  • ESLint: Ensure code quality and consistency with a pre-configured set of ESLint rules.
  • Simple Setup: Get up and running quickly with a minimal configuration, perfect for JavaScript developers.
  • ShadCN UI: A collection of customizable UI components to build modern and responsive interfaces.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.

Official Plugins

This template includes two official Vite plugins for React:

  1. @vitejs/plugin-react:

    • Uses Babel for Fast Refresh.
    • Ideal for those who prefer the Babel ecosystem for React development.
  2. @vitejs/plugin-react-swc:

    • Uses SWC (Speedy Web Compiler) for Fast Refresh.
    • A great choice for those who want a faster build process with SWC.

Getting Started

1. Clone the Repository

Clone this template repository to your local machine:

git clone https://github.com/ezoltech/react-shadcn-starter-boilerplate.git
cd react-shadcn-starter-boilerplate

2. start working your componenets on

src/app/components

so that it will not make a conflict with shadcn's imports

About

a boilder plate made for shadcn ui in javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published