Created by React Tailwindcss Boilerplate build with Vite
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.