365 B
365 B
Template per Hackathon
🚀 Avvio Rapido
#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
#Comandi utili per vedere dati db su mongosh mongosh show dbs use simple_db show collections db.items.find()