This is a React.js + Vite boilerplate starter code for your portfolio or application.
as a newbie in React, I create a lot of new files while learning about it. when creating a React application, we have to create and configure it from scratch and it takes a lot of time. Instead of focusing on learning, I was busy installing the required dependencies. So I'm trying to create a repo to help me and others learn React, to focus more on developing instead of installing.
Make sure your system has been installed Git and Nodejs
git clone https://github.com/cuingskot76/react-tailwind-boilerplate.git
cd react-tailwind-boilerplate
npm install
npm start
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.