Python/etc

파이썬으로 로컬 서버 열기

annual 2018. 8. 12. 19:22

1. 터미널(cmd)에서 원하는 디렉토리로 이동

2. python -m http.server 혹은 php -S localhost:8000

입력