Skip to content

DenysPacheco/vite-react-tailwind

Repository files navigation

Vite, React and Tailwind 🎉

repo logo

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.

Demo - GH Pages.

🔮 This project uses

📖 How to run

  • 🔽 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
    

🔗 Other links

⬆️ Back top