React Tailwindcss Boilerplate build with Vite

This is a ReactJS + Vite boilerplate to be used with Tailwindcss.

What is inside?

This project uses many tools like:

Getting Started

Install

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

Lint

npm run lint

Build

npm run build

Test

npm run test