BAT-file for run PHP built-in server

This commit is contained in:
Vitaliy Sunny 2024-07-11 01:03:40 +03:00
parent 6905c926d0
commit 5b7fe46a3b

3
run_php_server.bat Normal file
View file

@ -0,0 +1,3 @@
start chrome.exe http://localhost:3000/
@echo off
php -S localhost:3000