You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
327 B
14 lines
327 B
#!/bin/bash
|
|
# Health AI - APP Launcher (Git Bash / Linux / Mac)
|
|
|
|
echo "========================================"
|
|
echo " Health AI - APP Launcher"
|
|
echo "========================================"
|
|
echo ""
|
|
echo "Test Account: 13800138000 / 123456"
|
|
echo ""
|
|
echo "Starting Expo..."
|
|
echo ""
|
|
|
|
cd "$(dirname "$0")/app"
|
|
npx expo start
|
|
|