Skip to main content

Quick Start with CLI

The fastest way to get started is using our CLI:
npx launch-your-app
This will create a new project with all the configurations set up automatically. Follow the authentication prompts in your browser to complete the setup.

Prerequisites

Before you start with LaunchYourApp, you need to have the following installed:

For iOS development

  • A Mac running macOS
  • Xcode

For Android development

Initial Setup

After purchasing LaunchYourApp, follow these steps to get your codebase:
1

Activate Your License

Visit https://launchyourapp.dev/activate and enter:
  • Your activation key
  • Your GitHub username
2

Access Repository

Once activated, you’ll receive an invitation to the private repository containing your codebase.
3

Clone Repository

Clone the repository to your local machine:
git clone https://github.com/devsfer1/launchyourapp.git your-new-project-name
cd your-new-project-name

Next Steps: Build Your App

Now that you have your codebase set up, you can build and run your app. Choose your development environment to get started:

Local iOS Build

Build and run your iOS app locally using Xcode and iOS simulator

iOS Development Build

Create a development build for iOS testing on real devices

Local Android Development

Build and run your Android app using Android Studio and emulator

Android Development Build

Create a development build for Android testing on real devices