mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-19 04:52:06 +02:00
Merge pull request #194 from robertopauletto/main
Ch. 7 - italian translation
This commit is contained in:
13
7-bank-project/solution/translations/README.it.md
Normal file
13
7-bank-project/solution/translations/README.it.md
Normal 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.
|
Reference in New Issue
Block a user