|
|
||
|---|---|---|
| components | ||
| public/assets/services | ||
| src | ||
| .gitignore | ||
| App.tsx | ||
| README.md | ||
| index.html | ||
| index.tsx | ||
| metadata.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
README.md
Bay Area Affiliates
Ein modernes React-Projekt erstellt mit Vite, TypeScript und Framer Motion.
Voraussetzungen
- Node.js (Version 18 oder höher empfohlen)
- npm (wird mit Node.js installiert)
Installation
Klone das Repository und installiere die Abhängigkeiten:
npm install
Entwicklung
Starte den lokalen Entwicklungsserver:
npm run dev
Die Anwendung ist dann unter http://localhost:5173 erreichbar.
Build
Erstelle eine optimierte Version für die Produktion:
npm run build
Die erzeugten Dateien befinden sich im dist-Verzeichnis.
Vorschau
Teste den Produktions-Build lokal:
npm run preview
Technologien
- React
- Vite
- TypeScript
- Framer Motion (Animationen)
- GSAP (Animationen)
- Lenis (Smooth Scrolling)