Skip to content

Angular 4 frontend for Medima PI (Raspberry light version)

Notifications You must be signed in to change notification settings

thomasduchatelle/medima-pi-ui

Repository files navigation

Medima PI UI

CircleCI

Abstract

This application is part of Medima Project: a multi part application providing tools to manage more efficiently medias.

For best result, it must be used in conjunction of:

  • Medima PI (server): go lang REST service, designed to run on Raspberry PI 3, exposing available medias.

Run locally

Setup environment, requires NodeJS and NPM:

npm install -g @angular/cli
npm install

Run app locally:

ng serve --proxy-config proxy.conf.json --open

Building and Distribution

To build and publish application, run:

npm run-script build && npm run-script publish

Distributed as part of medima-pi.

Contribute

Development server

Checkout medima-pi and run ./grun to start server side (port 8080).

Then run npm start for a dev server (browser will open on http://localhost:4200/).


This project was generated with Angular CLI version 1.4.4.

About

Angular 4 frontend for Medima PI (Raspberry light version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published