Skip to content

A starting template for Vite + React JS + Shadcn UI + JavaScript with basic Darkmode installed. Created by Harsh Tailor.

License

Notifications You must be signed in to change notification settings

msirprism/vite-reactJs-shadcn-js-starter

 
 

Repository files navigation

Vite + React Starter Template

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.

Features

  • 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.

Getting Started

To get started with this template, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/Harsh-Decoded/vite-reactJs-shadcn-js-starter.git
  2. Navigate to the project directory:

    cd vite-reactJs-shadcn-js-starter
  3. Install dependencies using npm or yarn:

    npm install
    # or
    yarn
  4. Start the development server:

    npm run dev
    # or
    yarn dev
  5. Open your web browser and visit http://localhost:5173 to see the app running.

Customize

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.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A starting template for Vite + React JS + Shadcn UI + JavaScript with basic Darkmode installed. Created by Harsh Tailor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • CSS 8.8%
  • HTML 6.4%