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.
npm installServe with hot reload at http://localhost:3000.
npm run devnpm run lintnpm run buildnpm run testThis project is licensed under the MIT License.