Giter Club home page Giter Club logo

connectapp's Introduction

ConnectApp

Checks the connectivity of the mobile device

The latest version of the softwares below is recommended.

Requirements

  • node.js and npm
  • Ionic CLI and Cordova
  • Angular CLI
  • Android Studio
  • Code Editor

Installation

  1. node.js and npm are essential and should be installed.
  1. Create a new folder and cd into that folder. This will be your project folder.
  2. Open the folder in cmd (Windows) or terminal (Mac or Linux) and install ionic and cordova:
  • npm install -g ionic cordova
  1. Install the latest angular CLI:
  • npm install -g @angular/cli

All set to create a new App!

Create a new App

  1. Run ionic start <name_of_the_app> blank. Choose angular framework since we're working with Angular.
  2. cd into the app folder.
  3. When using Ionic Framework in an Angular project, install the latest @ionic/angular package from npm. This comes with all of the Ionic Framework components and Angular specific services and features.
  • npm install @ionic/angular@latest --save
  1. Install the network-information plugin from the link below:
  1. Replace the src folder in your project folder with the src folder from this repo.

Time to build!

Building the App

  1. To target the Android platform, some additional environment setup is required. Android apps can be created on Windows, macOS, and Linux. Follow the instructions to setup.
  1. After the above setup, you are ready to test the app either in an emulator or on an actual device.
  2. Add the android platform:
  • ionic cordova platform add android
  1. In the project folder, open cmd or terminal and run:
  • ionic cordova build android

Running the App

After build successfully finishes, hit the following command to run the app:

  • ionic cordova run android

connectapp's People

Contributors

dependabot[bot] avatar masteroogway97 avatar

Watchers

 avatar

Forkers

trellixvulnteam

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.