A template landing page built with React 19, TypeScript, Tailwind CSS 4, and Vite. Designed as a starting point for responsive, production-ready landing pages.
| Tool | Version | Purpose |
|---|---|---|
| React | 19 | UI framework |
| TypeScript | 6 | Type safety |
| Tailwind CSS | 4 | Utility-first styling |
| Vite | 8 | Build tooling and dev server |
- Node.js >= 24
git clone https://github.com/milliorn/landing-page.git
cd landing-page
npm install
npm startThe dev server starts at http://localhost:5173/landing-page/.
| Command | Description |
|---|---|
npm start |
Start the Vite dev server |
npm run build |
Build for production (output: dist/) |
npm run preview |
Preview the production build locally |
npm run deploy |
Deploy to GitHub Pages |
The app is deployed to GitHub Pages via the gh-pages package. The predeploy script runs build automatically before deploying.
npm run deployLive site: https://milliorn.github.io/landing-page
MIT — see LICENSE for details.
