You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
727 B
14 lines
727 B
4 years ago
|
# 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.
|