Skip to content

j01110101/Ju-Introduction-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Ju's Indroduction

Eine moderne, responsive Introduction-Website gebaut mit Vite + TypeScript.

⚙️ Voraussetzungen

  • Node.js (Version 16 oder höher) - Download hier
  • npm (wird mit Node.js installiert)

🚀 Setup & Entwicklung

1. Repository klonen

git clone https://github.com/j01110101/Ju-Introduction-Website
cd Ju-Introduction-Website

2. Dependencies installieren

npm install

3. Lokale Entwicklung starten

npm run dev

Die Website läuft dann auf http://localhost:5173

Live-Preview während der Entwicklung

Änderungen am Code werden automatisch im Browser aktualisiert (Hot Reload).

📦 Build & Deployment

1. Production Build erstellen

npm run build

Dies erstellt einen dist Ordner mit allen optimierten Dateien.

2. Build testen (optional)

npm run preview

Testet den finalen Build lokal.

3. Dateien für Webspace

Lade diese Dateien aus dem dist Ordner auf deinen Webspace hoch:

Wichtig: Alle Dateien gehören in den Root-Ordner (httpdocs) deines Webspaces!

📊 Analytics

Die Website nutzt Google Analytics zur Besucheranalyse:

🛠️ Tech Stack

  • Framework: Vite
  • Language: TypeScript
  • Styling: CSS (inline)
  • Analytics: Google Analytics 4
  • Deployment: Static Files

Live Website: ju-it.at

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published