Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

hebertjulio/penduraai_ionic

Repository files navigation

Penduraaí Ionic

Run the project in your browser.

Before executing the ionic serve command, it will be necessary to create the app.secrets.ts file in the app folder with the variables below, and runing API server.

export const API_URL = 'apu url here';

export const API_KEY = 'api key here';

export const WSS_URL = 'websocket url here';