mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-20 05:21:22 +02:00
docs: add missing kor translation
Looks like there is a missing translation.
This commit is contained in:
15
7-bank-project/solution/translations/README.ko.md
Normal file
15
7-bank-project/solution/translations/README.ko.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 은행 앱
|
||||
|
||||
> 은행 앱 프로젝트의 예시 답안입니다. 바닐라 HTML5, CSS 그리고 JavaScript를 이용해 구현하였습니다(어떠한 프레임워크나 라이브러리도 사용되지 않았습니다).
|
||||
|
||||
## 앱을 실행하기
|
||||
|
||||
먼저 [API server](../api/README.md)가 동작하고 있는지 확인해주세요.
|
||||
|
||||
Any web server can be used to run the app, but since you should have [Node.js](https://nodejs.org) installed anyway to run the API, you can:
|
||||
|
||||
어느 웹서버나 이 앱을 사용할 수 있으나, 아직까지는 이 API를 실행하기 위해서는 [Node.js](https://nodejs.org)를 설치해야 합니다. 아래의 방법으로 실행하세요:
|
||||
|
||||
1. 이 저장소를 Git clone 합니다.
|
||||
2. 터미널을 열고, `npx lite-server solution`을 입력해 실행합니다. 이 명령은 `3000`번 포트에 개발 웹 서버를 시작하게 합니다.
|
||||
3. 브라우저에서 `http://localhost:3000` 입력해 앱을 실행합니다.
|
Reference in New Issue
Block a user