Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 663 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 663 Bytes

Diot-ui is an progressive web app builded in angular 4 (Degree Project)

This is part of a smart alarm builded for my collage graduation proyect fill free an is open source proyect.

App Front

Requirements

  • Ionic 4
  • Ionic-cli
  • npm
  • node

Install

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