dw90000
1/13/2019 - 6:52 AM

ローカルサーバー立上げ太郎

$ cd 任意のフォルダへ移動

# python
$ python -m SimpleHTTPServer 8888

# PHP
$ php -S localhost:9999