This commit is contained in:
2024-02-09 13:03:47 +01:00
parent 30af905443
commit a834b96aa7

View File

@@ -9,6 +9,9 @@ rm -rf .git
# Erstelle eine neue React-App mit dem PWA-Template und TypeScript
npx create-react-app frontend --template cra-template-pwa-typescript
# Entferne das automatisch initialisierte Git-Repository
rm -rf ./frontend/.git
# Installiere zusätzliche Abhängigkeiten im Frontend-Verzeichnis
npm install --prefix frontend