update readme
This commit is contained in:
parent
4441012687
commit
6faee6cedd
1 changed files with 10 additions and 7 deletions
17
README.md
17
README.md
|
@ -3,11 +3,17 @@
|
|||
## 🚀 Avvio Rapido
|
||||
|
||||
```bash
|
||||
# Rendi eseguibile lo script di avvio
|
||||
chmod +x start.sh
|
||||
#Lancia frontend produzione
|
||||
npm i -g @ionic/cli
|
||||
npm i
|
||||
ionic serve
|
||||
|
||||
#Url server hostato su ngrok
|
||||
https://fbbb261497e3.ngrok-free.app
|
||||
|
||||
# Lancia frontend di testing
|
||||
apri testing/index.html
|
||||
|
||||
# Avvia tutto con un comando
|
||||
./start.sh
|
||||
```
|
||||
|
||||
#Comandi utili per vedere dati db su mongosh
|
||||
|
@ -17,6 +23,3 @@ use simple_db
|
|||
show collections
|
||||
db.items.find()
|
||||
```
|
||||
|
||||
Il frontend sarà disponibile su http://localhost:3000
|
||||
Il backend sarà hostato localmente su http://localhost:8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue