This is a ReactJS + Vite boilerplate to be used with Tailwindcss.
This project uses many tools like:
Create the project.
npx degit joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate my-appAccess the project directory.
cd my-appInstall dependencies.
pnpm installServe with hot reload at http://localhost:5173.
pnpm run devpnpm run lintpnpm run typecheckpnpm run buildpnpm run testThis project is licensed under the MIT License.