Darío Hereñú 8248cce86c Merge branch 'main' into patch-8 1 年之前
..
translations 8248cce86c Merge branch 'main' into patch-8 1 年之前
README.md c65ed048b6 docs: describe in more exact words how to start the solution 2 年之前
app.js e28fabf40a Simplify solution 4 年之前
index.html 7a0ac83013 accessibility updates throughout lessons 4 年之前
logo.svg 1d81829ac1 folder names 4 年之前
styles.css 91ffe22e85 Update styles.css 2 年之前

README.md

Bank app

Example solution for the bank app project, built with vanilla HTML5, CSS and JavaScript (no frameworks or libraries used).

Running the app

First make sure you have the API server running.

Any web server can be used to run the app, but since you should have Node.js installed anyway to run the API, you can:

  1. Git clone this repo.
  2. Open a terminal, navigate to this directory, then run npx lite-server .. It will start a development web server on port 3000
  3. Open http://localhost:3000 in a browser to run the app.