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

25 lines
1.7 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:47+00:00",
"source_file": "7-bank-project/solution/README.md",
"language_code": "ja"
}
-->
# 銀行アプリ
> 銀行アプリプロジェクトの例として作成されたソリューション。純粋なHTML5、CSS、JavaScriptで構築されていますフレームワークやライブラリは使用していません
## アプリの実行
まず、[APIサーバー](../api/README.md)が稼働していることを確認してください。
どのウェブサーバーでもアプリを実行できますが、APIを実行するために[Node.js](https://nodejs.org)をインストールしているはずなので、以下の手順を実行してください:
1. このリポジトリをGit cloneします。
2. ターミナルを開き、このディレクトリに移動してから、`npx lite-server .`を実行します。これにより、ポート`3000`で開発用ウェブサーバーが起動します。
3. ブラウザで`http://localhost:3000`を開き、アプリを実行します。
**免責事項**:
この文書は、AI翻訳サービス [Co-op Translator](https://github.com/Azure/co-op-translator) を使用して翻訳されています。正確性を追求しておりますが、自動翻訳には誤りや不正確な部分が含まれる可能性があることをご承知おきください。元の言語で記載された文書が公式な情報源とみなされるべきです。重要な情報については、専門の人間による翻訳を推奨します。この翻訳の使用に起因する誤解や誤認について、当方は一切の責任を負いません。