common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# live-server
> 실시간 리로드 기능을 갖춘 간단한 개발 HTTP 서버.
> 더 많은 정보: <https://github.com/tapio/live-server>.
- `index.html` 파일을 제공하고 변경 시 리로드:
`live-server`
- 파일을 제공할 포트 지정 (기본값은 8080):
`live-server --port={{8081}}`
- 특정 파일을 제공:
`live-server --open={{about.html}}`
- ROUTE에 대한 모든 요청을 URL로 프록시:
`live-server --proxy={{/}}:{{http://localhost:3000}}`