BAT-file for run PHP built-in server (#1094)

This commit is contained in:
Vitaliy Sunny 2024-07-11 14:46:26 +03:00 committed by GitHub
parent 6905c926d0
commit 075580da1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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