/vite-react-tailwind-boilerplate

A react boilerplate with vite and tailwindcss

Primary LanguageJavaScript

Vite + React + Tailwind CSS Boilerplate

Inspired by posva's vite-tailwind-starter but made for React developers.

Installation

First clone the project then hit npm i || yarn

Development

For development purposes just do you changes then hit npm run dev || yarn dev. Your project will launch on localhost:3000.

Build

To build your project simply just hit npm run build || yarn build.