This is an example of a landing page using vite ("veet", /vit/)
, react, tailwind and some svg's.
- It is 🌈 colored.
- It is 📱 responsive.
- It has 🌚 dark mode.
- ⚡ Vite
- ⚛️ React
- 🌬️ Tailwind
- 🛡️ Hero Icons
- 🪦 Headless UI
- ✏️ Google fonts
- 🧰 Some svg's tools (✨ Haikei):
-
🔽 Download
git clone https://github.com/DenysPacheco/vite-react-tailwind.git
-
or degit
degit DenysPacheco/vite-react-tailwind
-
-
🚪 Enter the directory
cd vite-react-tailwind
-
🧑💻 Install the dependencies
npm i
-
🚀 Start the project in dev mode
npm run dev