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

1.3 KiB

Bank app

Example solution for the bank app project, created using plain HTML5, CSS, and JavaScript (no frameworks or libraries involved).

Running the app

First, ensure the API server is up and running.

You can use any web server to run the app, but since you should already have Node.js installed to run the API, you can:

  1. Clone this repository using Git.
  2. Open a terminal, navigate to this directory, and run npx lite-server .. This will start a development web server on port 3000.
  3. Open http://localhost:3000 in your browser to access the app.

Disclaimer:
This document has been translated using the AI translation service Co-op Translator. While we aim for accuracy, please note that automated translations may include errors or inaccuracies. The original document in its native language should be regarded as the authoritative source. For critical information, professional human translation is advised. We are not responsible for any misunderstandings or misinterpretations resulting from the use of this translation.