Quick Start with CLI
The fastest way to get started is using our CLI:Prerequisites
Before you start with LaunchYourApp, you need to have the following installed:- Node JS Latest Version
- Git for version control
- Expo GO
-
Expo CLI
or
-
Eas CLI
or
-
Watchman (for macOS users)
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:
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