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.git
npm install
npm run dev
npm init vite@latest
# fill in the project name and select react-ts
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
npx tailwindcss init -p
npm install @heroicons/react