Skip to content

Getting started

This guide will help you get started with the Ionic Starter using Angular and SQLite.

Prerequisites

Before you begin, make sure your development environment meets the following requirements:

Create a repository from a template

After your purchase, you will receive an email with a license key to activate. Visit https://ionstarter.dev/activate to activate your license with your GitHub username and license key, you will be invited to the private GitHub repository.

Now follow the steps below to create a new repository from the template:

  1. Navigate to the GitHub repository page.
  2. Above the file list, click Use this template. Use this template
  3. Select Create a new repository.
  4. Select the owner for the repository and enter a name for your repository.
  5. Make sure the repository is private and click Create repository.

Next, clone the repository to your local machine, navigate into the project root and run the following commands:

npm install
npm run setup

Run the app

Now that you have set up everything, you app should be ready to go. To start the local development server, navigate into your project root and run the following command:

npm start

Navigate to http://localhost:4200/ in your browser to see the app running.

Take a look at the Development page to learn more about the development workflow and how to run the app on a mobile device.