Landing page hiện đại được xây dựng với HTML, CSS và Tailwind CSS.
npm install
npm run devMở public/index.html trong browser.
npm run buildgit push origin mainXem chi tiết: DEPLOY_GUIDE.md
Upload thư mục public/ lên bất kỳ static hosting nào.
x-tech-landing/
├── public/ # Deploy folder
│ ├── index.html
│ ├── css/
│ ├── image/
│ └── js/
├── src/
│ └── input.css # Tailwind input
└── netlify.toml # Netlify config
- HTML5
- Tailwind CSS
- Vanilla JavaScript
ISC