Welcome to the Vite + React Starter Template! This template provides a quick and easy way to start building modern web applications using Vite, React, and Shadcn UI, with basic Darkmode functionality already installed.
- Vite: The next-generation frontend tooling. It's fast, lightweight, and comes with great features out of the box.
- React: A JavaScript library for building user interfaces. It's declarative, efficient, and easy to learn.
- Shadcn UI: A lightweight CSS framework for designing modern and responsive web interfaces.
- Darkmode: Basic dark mode support is included, providing a pleasant viewing experience in low-light environments.
To get started with this template, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/Harsh-Decoded/vite-reactJs-shadcn-js-starter.git
-
Navigate to the project directory:
cd vite-reactJs-shadcn-js-starter
-
Install dependencies using npm or yarn:
npm install # or yarn
-
Start the development server:
npm run dev # or yarn dev
-
Open your web browser and visit http://localhost:5173 to see the app running.
Feel free to customize this template according to your project needs. Here are a few areas you might want to consider:
- Styles: Update styles in the
src/globals.css
file to match your design requirements You can use Shadcn theme Page to customize your favorite colors. - Components: Add or modify React components in the
src/components
directory. - Pages: Start Editing From
src/App.jsx
file.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.