Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.85 KB

File metadata and controls

72 lines (45 loc) · 1.85 KB

Vite+React+Tailwind Boilerplate | Sarthak S Kumar

Vite.js + React Boilerplate

GitHub License GitHub Stars GitHub Forks

Welcome to the Vite.js and React Boilerplate repository! 🚀

This boilerplate provides you with a starting point for your React projects, complete with Tailwind CSS, PostCSS, Autoprefixer, and SWC for JavaScript optimization.

Features

✨ Latest Vite.js (v4.4.9) for blazing-fast development.

✨ React with all the goodness it brings.

✨ Tailwind CSS for efficient and responsive styling.

✨ PostCSS and Autoprefixer for advanced CSS processing.

✨ SWC for JavaScript optimization.

✨ Yarn as the package manager.

Getting Started

Follow these steps to clone and start working with this boilerplate:

  1. Clone the Repository

    git clone https://github.com/SarthakSKumar/Vite.js-React.js-Tailwind-Boilerplate.git
    cd your-repo-name
  2. Install the Dependencies

     yarn
  3. Start the Development Server

    yarn dev
  4. Build for Production

     yarn build

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

Author