From 5b7fe46a3bc1cbd77972df35f0a71184634ef66f Mon Sep 17 00:00:00 2001 From: Vitaliy Sunny <3903438+sunnyphp@users.noreply.github.com> Date: Thu, 11 Jul 2024 01:03:40 +0300 Subject: [PATCH] BAT-file for run PHP built-in server --- run_php_server.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 run_php_server.bat diff --git a/run_php_server.bat b/run_php_server.bat new file mode 100644 index 00000000..e168921d --- /dev/null +++ b/run_php_server.bat @@ -0,0 +1,3 @@ +start chrome.exe http://localhost:3000/ +@echo off +php -S localhost:3000