.
This commit is contained in:
3
init.sh
3
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user