A Vite + React + Tailwind CSS + Shadcn + TypeScript Starter Template ๐
Welcome to WEB TASTE! This project is designed to kickstart your development of modern web applications using the power of React, Tailwind CSS, and Shadcn components, all bundled together with Vite for a lightning-fast development experience.
- โ๏ธ React: A declarative, efficient, and flexible JavaScript library for building user interfaces.
- ๐ Tailwind CSS: A utility-first CSS framework for rapid UI development.
- ๐บ Shadcn: Pre-built components styled with Tailwind/CSS tailored for your needs.
- โก Vite: A fast next-generation frontend tooling.
- ๐ TypeScript: A superset of JavaScript that adds static types for better scalability and maintainability.
git clone https://github.com/notcoderguy/web-taste.git
cd web-taste
pnpm install
pnpm run dev
Your application will be running at http://localhost:5173
.
pnpm run build
pnpm run preview
Your build will be ready for deployment in the /dist
directory.
- Main CSS:
src/index.css
- Entry HTML:
index.html
- Main TypeScript file:
src/main.tsx
๐ค Contributions are welcome! Feel free to fork, make changes, and submit pull requests. Let's make the web tastier together!
This project is licensed under the MIT License - see the LICENSE file for details.