/Vite-React

A simple Responsive Website with Modern UI in Vite-React JS with Tailwind

Primary LanguageJavaScriptMIT LicenseMIT

Vite-React

A simple Responsive Website with Modern UI in Vite-React JS with Tailwind

getting started;

Create your react app using vite;

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Start by creating a new Vite project if you don’t have one set up already. The most common approach is to use Create Vite. npm create vite@latest project name vite-project cd vite-project

Now lets add TailwindCSS to style our components

npm install -D tailwindcss postcss autoprefixer npm create vite@latest