Search Results for

    Show / Hide Table of Contents

    Before you start

    Install Ionic

    Navigate to MobileScaffold folder, then use this command line to install Ionic

    $ npm install -g @ionic/cli
    

    Install prerequisite packages

    $ npm install
    

    This command will install

    • all packages defined in package.json
    • all dependencies packages in package-lock.json

    Prerequisite knowledge

    An understanding of the following concepts will be required:

    • Angular
    • Ionic
    In This Article
    Back to top Generated by DocFX