Merge pull request #194 from robertopauletto/main

Ch. 7 - italian translation
This commit is contained in:
Jen Looper
2021-02-14 09:26:25 -05:00
committed by GitHub
11 changed files with 1350 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# App Bancaria
> Soluzione di esempio per il progetto app bancaria, costruito con semplice HTML5, CSS e JavaScript (non è stata usato alcun framework o libreria).
## Eseguire l'app
Per prima cosa assicurarsi di avere in esecuzione il [server API](../../api/translations/README.it.md).
Può essere usato un qualsiasi server web per eseguire l'app, ma visto che si dovrebbe avere installato comunque [Node.js](https://nodejs.org) per eseguire l'API, è possibile:
1. Utilizzare il comando `git clone` con questo repository.
2. Aprire un terminale, poi eseguire `npx lite-server solution`. Verrà fatto partire un server web di sviluppo sulla porta `3000`
3. Aprire `http://localhost:3000` in un browser per eseguire l'app.