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/hk/7-bank-project/solution/README.md

25 lines
1.3 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:34+00:00",
"source_file": "7-bank-project/solution/README.md",
"language_code": "hk"
}
-->
# 銀行應用程式
> 銀行應用程式專案的範例解決方案,使用原生 HTML5、CSS 和 JavaScript 建構(未使用任何框架或函式庫)。
## 運行應用程式
首先,請確保 [API 伺服器](../api/README.md) 已經在運行。
任何網頁伺服器都可以用來運行此應用程式,但由於你應該已經安裝了 [Node.js](https://nodejs.org) 來運行 API因此你可以
1. Git clone 此存儲庫。
2. 打開終端機,導航到此目錄,然後執行 `npx lite-server .`。它將在埠 `3000` 啟動一個開發網頁伺服器。
3. 在瀏覽器中打開 `http://localhost:3000` 以運行應用程式。
**免責聲明**
本文件已使用人工智能翻譯服務 [Co-op Translator](https://github.com/Azure/co-op-translator) 進行翻譯。我們致力於提供準確的翻譯,但請注意,自動翻譯可能包含錯誤或不準確之處。應以原文文件作為權威來源。對於關鍵資訊,建議尋求專業人工翻譯。我們對因使用此翻譯而引起的任何誤解或誤釋不承擔責任。