This example project is a Phone Catalogue and it was created with Vite, React, TypeScript and TailwindCSS.
This projects purpose is to show how to use these technologies together.
Since this project is only a frontend project, it reads the data from a items.json file.
git clone https://github.com/MemerGamer/vite-react-ts-tailwind-example.gitnpm installnpm run devnpm init vite@latest
# fill in the project name and select react-tsnpm install -D tailwindcss@latest postcss@latest autoprefixer@latestnpx tailwindcss init -pnpm install @heroicons/react