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.
✨ 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.
Follow these steps to clone and start working with this boilerplate:
-
Clone the Repository
git clone https://github.com/SarthakSKumar/Vite.js-React.js-Tailwind-Boilerplate.git cd your-repo-name
-
Install the Dependencies
yarn
-
Start the Development Server
yarn dev
-
Build for Production
yarn build
This project is licensed under the MIT License. See the LICENSE file for more information.