From a834b96aa72bf46398566480fa4922078cda469a Mon Sep 17 00:00:00 2001 From: Christian Schindler Date: Fri, 9 Feb 2024 13:03:47 +0100 Subject: [PATCH] . --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index 3c3bda1..8cc9940 100644 --- a/init.sh +++ b/init.sh @@ -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