Initial commit - Church Music Database
This commit is contained in:
24
legacy-site/scripts/batch/start-frontend.bat
Normal file
24
legacy-site/scripts/batch/start-frontend.bat
Normal file
@@ -0,0 +1,24 @@
|
||||
@echo off
|
||||
REM Start Church Song Lyric Frontend
|
||||
REM This script starts the React development server
|
||||
|
||||
echo ========================================
|
||||
echo CHURCH APP - FRONTEND SERVER
|
||||
echo ========================================
|
||||
echo.
|
||||
echo Starting React development server on port 3000...
|
||||
echo Local Access: http://localhost:3000
|
||||
echo LAN Access: http://192.168.10.178:3000
|
||||
echo External Access: http://houseofprayer.ddns.net:3000
|
||||
echo.
|
||||
echo The browser will open automatically in a few seconds...
|
||||
echo Press Ctrl+C to stop the server
|
||||
echo ========================================
|
||||
echo.
|
||||
|
||||
cd /d "%~dp0frontend"
|
||||
|
||||
REM Start React development server
|
||||
npm start
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user