This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier.
This project uses many tools like:
Create the project.
pnpm dlx 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 testView and interact with your tests via UI.
pnpm run test:uiThis project is licensed under the MIT License.
