Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 584 Bytes

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