|
1 rok temu | |
---|---|---|
.. | ||
translations | 1 rok temu | |
README.md | 2 lat temu | |
app.js | 4 lat temu | |
index.html | 4 lat temu | |
logo.svg | 4 lat temu | |
styles.css | 2 lat temu |
Example solution for the bank app project, built with vanilla HTML5, CSS and JavaScript (no frameworks or libraries used).
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:
npx lite-server .
. It will start a development web server on port 3000
http://localhost:3000
in a browser to run the app.