Go to file
Timo Knuth 42e0971a13 Complete SEO overhaul 2026-01-22 15:17:20 +01:00
components Complete SEO overhaul 2026-01-22 15:17:20 +01:00
public Complete SEO overhaul 2026-01-22 15:17:20 +01:00
scripts Complete SEO overhaul 2026-01-22 15:17:20 +01:00
src Complete SEO overhaul 2026-01-22 15:17:20 +01:00
.gitignore feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
App.tsx Complete SEO overhaul 2026-01-22 15:17:20 +01:00
README.md Add README with startup instructions 2026-01-16 18:07:04 +01:00
index.html Complete SEO overhaul 2026-01-22 15:17:20 +01:00
index.tsx feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
metadata.json feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
package-lock.json Complete SEO overhaul 2026-01-22 15:17:20 +01:00
package.json Complete SEO overhaul 2026-01-22 15:17:20 +01:00
tsconfig.json feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
vite.config.ts Pushing project code 2026-01-16 18:05:03 +01:00

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