Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jucasoft authored Nov 16, 2023
1 parent 2ce23ba commit b6a9ed7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,19 @@ module.exports = {
```
- riavviare angular in dev mode
- aprire http://localhost:4200/stubber-pro/admin/ per accedere alla sezione amministrativa di stubber-pro


# note sviluppo
comandi necessari per lo svilupo della libreria.

compila e installa la libreria nel progetto corrente
`npm run build-library`

avvio il server per i test http://localhost:3000/api/v1
`npm run json-server`

avvio il FE in angular per testare la libreria http://localhost:4200/
`npm run serve:dev:angular-to-test-library`

avvio il FE in angular per lo sviluppo della parte amministrativa i stubber pro http://localhost:4400/
`npm run serve:dev:angular-stubber-pro-app`

0 comments on commit b6a9ed7

Please sign in to comment.