Add HTTP test server command for python 3.

master
René Hickersberger 5 년 전
부모
커밋
4bcb42c5a2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      Working-for-Web-(HTML5).md

+ 4
- 0
Working-for-Web-(HTML5).md

@ -103,3 +103,7 @@ To test the newly created `.html` file (and its .js and .data), just create a lo
Create localhost using python, make sure you set the local host from the same folder where your .html file is placed or keep in mind that the directory from which you set the localhost is the base directory for browser access:
python -m SimpleHTTPServer 8080
or using Python 3.x:
python3 -m http.server 8080

불러오는 중...
취소
저장