Skip to content

HublastX/landipage

Repository files navigation

SvelteKit Landing Page - Hublast

Landing page completa recriada em SvelteKit com animações GSAP.

Estrutura

sveltekit-landing/
├── src/
│   ├── lib/          # Componentes reutilizáveis
│   │   ├── About.svelte
│   │   ├── Footer.svelte
│   │   ├── Header.svelte
│   │   ├── Logo.svelte
│   │   ├── Main.svelte
│   │   ├── ParallaxText.svelte
│   │   └── Projects.svelte
│   ├── routes/       # Rotas do SvelteKit
│   │   ├── +layout.svelte
│   │   └── +page.svelte
│   ├── app.css       # Estilos globais
│   └── app.html      # Template HTML
├── static/           # Arquivos estáticos
│   ├── manifest.json
│   └── favicon.png
└── package.json

Desenvolvimento

npm install
npm run dev

Acesse em http://localhost:5002

Build

npm run build
npm run preview

Docker

Build e Run

docker build -t sveltekit-landing .
docker run -p 5002:5002 sveltekit-landing

Docker Compose

docker-compose up -d

Acesse em http://localhost:5002

Tecnologias

  • SvelteKit 2.0
  • Svelte 5
  • GSAP 3 (ScrollTrigger, ScrollToPlugin)
  • Tailwind CSS 4
  • TypeScript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages