Boiler plate created on machine using react JS 19.0.0, node 22.13.1, npm 10.9.2
With this boiler plate you can start to code for components directly.
It includes react with typescript, vite, tailwindcss, fontawesome for menu icon of bars packages. This bolier plate has much of extra content removed.
Benefit of tailwind css is that it is javascript css and also on building for production it removes extra tailwind css classes and bundles only classes we used so reduce css to minimum size.
Refer https://tailwindcss.com/ for more details. For React JS, refer https://reactjs.dev/.
git clone the repo
npm install npm run start