ottopaulsen / magic-message-angular-app

App to send messages to magic mirror using MMM-MessageToMirror - Angular version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagicMessage Angular App

screenshot

This is the Angular based app for my MMM-MessageToScreen module, which is a module for MagicMirror. See my magic repository for more information.

The app is used to send messages to the magic mirror module.

I have two versions of the app. One made with Angular and one with React.

Run locally

ng serve --open

Initialize firebase

In order to deploy to Firebase hosting, you need to init firebase:

firebase init

Select hosting, then select project, set dist as the public directory and select y for single page app.

Deploy

ng build --prod
firebase deploy --only hosting

About

App to send messages to magic mirror using MMM-MessageToMirror - Angular version


Languages

Language:TypeScript 71.8%Language:HTML 12.2%Language:JavaScript 9.1%Language:CSS 6.9%