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:
- Clone this repository using Git.
- Open a terminal, navigate to this directory, and run
npx lite-server .
. This will start a development web server on port3000
. - 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.