This is a React + TypeScript + Tailwind + RTK + eslint boilerplate built with Vite.
Clone the repository.
git clone https://github.com/IsaiaPhiliph/vite-reactts-tailwind-rtk-eslint.git
Access the project.
cd vite-reactts-tailwind-rtk-eslint
Make it your own repository
rm -rf .git
git init
Install dependencies.
npm i
Start the development server.
npm run dev
Build for production.
npm run build
Test your production build.
npm run serve