App configurable para presentar contenido en grandes pantallas (o murales) localizadas en eventos o empresas. Ofrece los siguientes módulos: un reproductor de videos (locales o de la web), un difusor de twitter (seguimiento de cuentas o hashtag), un informador de trafico local en tiempo real y previsión del tiempo en las próximas horas.
Clonado de https://github.com/maximegris/angular-electron.git, cuenta con las siguientes tecnologías:
- Angular
- Angular-CLI
- Electron
- Electron-builder
Command | Description |
---|---|
npm start |
Build for development |
npm run ng:serve |
Execute the app in the browser |
npm run build |
Build the app. Your built files are in the /dist folder. |
npm run build:prod |
Build the app with Angular aot. Your built files are in the /dist folder. |
npm run electron:local |
Builds your application and start electron |
npm run electron:linux |
Builds your application and creates an app consumable on linux system |
npm run electron:windows |
On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems |
npm run electron:mac |
On a MAC OS, builds your application and generates a .app file of your application that can be run on Mac |
npm run e2e |
Run E2E test |
npm run test |
Run unit test |