A React frontend template designed for quickly starting development of a web app using React, Vite, and TailwindCSS.
Getting started is a simple as cloning the repository
git clone https://github.com/mkamburdev/React-Vite-Tailwindcss-Boilerplate.git
Changing into the new directory
cd React-Vite-Tailwindcss-Boilerplate
Removing the .git folder (and any additional files, folders or dependencies you may not need)
rm -rf .git
Installing dependencies
npm install
npm run dev