Skip to content

In this repository, we have some of the popular website clones that were created using Tailwind CSS.

Notifications You must be signed in to change notification settings

Dev-Abhay01/Site_Clones_Tailwind_CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Site_Clones_Tailwind_CSS

In this repository, we have some of the popular website clones that were created using Tailwind CSS.

Steps to configure and run tailwind css-- create html file npm init -y npm install -D tailwindcss postcss autoprefixer vite npx tailwindcss init -p create input.css file and add @tailwind base; @tailwind components; @tailwind utilities; go to html file amd add inside the head -- go to tailwind config.js and content: ["*"], replace test : echo to -- "start": "vite", "build": "vite build" run command -- npm run build and then for running project -- npm run start

About

In this repository, we have some of the popular website clones that were created using Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published