You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/translations/zh/7-bank-project/solution/README.md

25 lines
1.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "461aa4fc74c6b1789c3a13b5d82c0cd9",
"translation_date": "2025-08-24T00:10:23+00:00",
"source_file": "7-bank-project/solution/README.md",
"language_code": "zh"
}
-->
# 银行应用
> 银行应用项目的示例解决方案,使用原生 HTML5、CSS 和 JavaScript 构建(未使用任何框架或库)。
## 运行应用
首先确保您已经启动了 [API 服务器](../api/README.md)。
任何网页服务器都可以用来运行该应用,但由于您应该已经安装了 [Node.js](https://nodejs.org) 来运行 API因此可以
1. Git 克隆此仓库。
2. 打开终端,导航到此目录,然后运行 `npx lite-server .`。它将在端口 `3000` 上启动一个开发网页服务器。
3. 在浏览器中打开 `http://localhost:3000` 来运行该应用。
**免责声明**
本文档使用AI翻译服务 [Co-op Translator](https://github.com/Azure/co-op-translator) 进行翻译。虽然我们努力确保翻译的准确性,但请注意,自动翻译可能包含错误或不准确之处。原始语言的文档应被视为权威来源。对于重要信息,建议使用专业人工翻译。我们对因使用此翻译而产生的任何误解或误读不承担责任。