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-app
Access the project directory.
cd my-app
Install dependencies.
npm install
Serve with hot reload at http://localhost:3000.
npm run dev
npm run lint
npm run build
npm run test
This project is licensed under the MIT License.