This is part of a smart alarm builded for my collage graduation proyect fill free an is open source proyect.
- Ionic 4
- Ionic-cli
- npm
- node
Instalar las dependencias del archivo package.json con:
npm install
To launch the application in developer mode, change mosquitto host in enviroments.ts file to point the backend
export const environment = {
production: false,
api: "http://0.0.0.0:8000/",
mosquitto_hostname:"0.0.0.0"
};
Once the enviroments are set up run:
ionic serve