mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-29 07:49:07 +02:00
* Fix small typo, links and reference fr assignment Fix small typo, links and reference french assignment * Fix: Add loc param and reference fr assignment Add localization parameter on quizzes links and reference fr assignment * fix localization param fix localization param * Translate 7-solution-readme in french
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:
- Git clone this repo.
- Open a terminal, then run
npx lite-server solution
. It will start a development web server on port3000
- Open
http://localhost:3000
in a browser to run the app.