Skip to content

Commit 9bb89c5

Browse files
committed
Update readme with info about starting the php server
1 parent d62a968 commit 9bb89c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@ python server.py
2424
ruby server.rb
2525
```
2626

27+
### PHP
28+
```sh
29+
php -S localhost:3000 -t public/ server.php
30+
```
31+
2732
And visit <http://localhost:3000/>. Try opening multiple tabs!

0 commit comments

Comments
 (0)