full stack second commit
This commit is contained in:
11
scripts/dev-frontend.sh
Executable file
11
scripts/dev-frontend.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
cd b0esche_cloud
|
||||
|
||||
flutter pub get
|
||||
|
||||
flutter run -d web-server --web-port 3000
|
||||
Reference in New Issue
Block a user