douglaslira / epg

Angular 7 Streaming App Mobile UI example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streaming App Mobile UI example

This project was generated with Angular CLI version 7.3.7.

alt text

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

App Requires the Mock-API provided by Norigin Media:

This API provided by Norigin Media Angular App fetches data from this API.

This is packaged as a standard Node NPM module. To install simply run: -> npm install from the project root directory. Of course Node.JS should be installed beforehand. For Native Developers not familar with NPM here is the NPM Documentation

To run the update & run mock-api server execute the command below:

-> npm run start

You should see the server start on port 1337.

Mock service running at http://localhost:1337

You can now request data from the mock-api: Try It: http://localhost:1337/epg

For additional information you can find the package and the documentation here: Norigin Mock-API


About

Angular 7 Streaming App Mobile UI example


Languages

Language:TypeScript 68.7%Language:HTML 15.0%Language:SCSS 12.3%Language:JavaScript 3.9%