Boilerplate for react/tailwind
.
React
is installed withvite
.tailwindcss
for styling with the already importedInter
font-family.- No unnecessary files that comes out of the box with vite. Only
App.jsx
,index.css
andmain.jsx
are present in thesrc
folder.
- Change the package name to your project-name. The default package name is
vite-react-tailwind-boilerplate
.