Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 126 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 126 Bytes

Setup

# Dependencies installieren
npm install

# Dev-Server starten
npm run serve

# Projekt builden
npm run build