Setup Vite

Create a vite project, install tailwind css and Shadcn library to start using Vitark components.

Create a vite project

npm create vite@latest

Follow the prompts to setup the project

Ok to proceed? (y) y
√ Project name: ... projectName
√ Select a framework: » React
√ Select a variant: » TypeScript

Now install and setup Tailwind CSS and Shadcn in the vite project.