Go to file
Timo Knuth e5c5503e08 Add README with startup instructions 2026-01-16 18:07:04 +01:00
components Pushing project code 2026-01-16 18:05:03 +01:00
public/assets/services Pushing project code 2026-01-16 18:05:03 +01:00
src Pushing project code 2026-01-16 18:05:03 +01:00
.gitignore feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
App.tsx Pushing project code 2026-01-16 18:05:03 +01:00
README.md Add README with startup instructions 2026-01-16 18:07:04 +01:00
index.html Pushing project code 2026-01-16 18:05:03 +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 Pushing project code 2026-01-16 18:05:03 +01:00
package.json Pushing project code 2026-01-16 18:05:03 +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