プロンプトから
python -m http.server 8000
Webサーバーが起動します。
CGIを使う場合は、
python -m http.server --cgi 8000
のようにオプションを付けます。
ブラウザから
http://localhost:8000/index.html
とかで使えます。
Webサーバーの終了はプロンプトから、Ctrl + c で行います。
Go to list of users who liked
More than 5 years have passed since last update.
プロンプトから
python -m http.server 8000
Webサーバーが起動します。
CGIを使う場合は、
python -m http.server --cgi 8000
のようにオプションを付けます。
ブラウザから
http://localhost:8000/index.html
とかで使えます。
Webサーバーの終了はプロンプトから、Ctrl + c で行います。
Register as a new user and use Qiita more conveniently
Go to list of users who liked