localhost
ではなく xxx.xxx.xxx.xxx
(IPアドレス)を指定しないと、アセットファイルなどがうまく読み込めない。
$ php -v
PHP 7.1.16 (cli) (built: Mar 31 2018 02:59:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
$ php -S 127.0.0.1:8888
PHP 7.1.16 Development Server started at Wed Mar 13 10:39:56 2019
Listening on http://127.0.0.1:8888
Document root is /path/to/xxx
Press Ctrl-C to quit.