Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 861 Bytes

File metadata and controls

58 lines (39 loc) · 861 Bytes

X-TECH LANDING

Landing page hiện đại được xây dựng với HTML, CSS và Tailwind CSS.

🚀 Quick Start

Development

npm install
npm run dev

Mở public/index.html trong browser.

Build for Production

npm run build

📦 Deploy

Netlify (Khuyến nghị)

git push origin main

Xem chi tiết: DEPLOY_GUIDE.md

Manual Deploy

Upload thư mục public/ lên bất kỳ static hosting nào.

📂 Cấu trúc

x-tech-landing/
├── public/          # Deploy folder
│   ├── index.html
│   ├── css/
│   ├── image/
│   └── js/
├── src/
│   └── input.css    # Tailwind input
└── netlify.toml     # Netlify config

🛠 Tech Stack

  • HTML5
  • Tailwind CSS
  • Vanilla JavaScript

📝 License

ISC