QIANGEGEGE / ionic4-background-video-app

This is an Ionic 4 example app to show how to get a perfectly working Home Page with a background video playing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ionic4-background-video-app

This is an Ionic 4 demo app to show how to get a perfectly working Home Page with a background video playing.

This is mainly used as a demo project for an article I wrote on our blog: https://geeklearning.io/how-to-create-a-home-page-with-a-video-background-in-ionic-4/

How to use

Clone this repository on your computer and then run:

npm install

I've written some scripts in the package.json file to make it all work:

  • io:serve : To test the app in your browser
  • ios:serve : To test the app in an iPhone emulator
  • ios:build : To build the Xcode project
  • android:serve : To test the app in an Android emulator
  • android:build : To build the Android app
  • android:install : To install the Android app on an emulator or an Android device connected to your computer

About

This is an Ionic 4 example app to show how to get a perfectly working Home Page with a background video playing


Languages

Language:TypeScript 64.3%Language:CSS 18.8%Language:JavaScript 9.9%Language:HTML 7.0%