Ship in 5 minutes
Let's get your mobile app running in 5 minutes β‘οΈ
We're going to use a production-ready messenger app that I've included.
-
If you haven't already, follow first the Get Started tutorial.
-
Run a mobile app in dev mode. This command handles all the heavy lifting for you by statically building all code, enabling live reload, and many more!
npm run mobile:dev
It starts a local server with Live Reload, to which a mobile app will be connected.
- Create a new terminal window and run this command to open Xcode with path of your project:
npx cap open ios
Or simply open Xcode yourself.
- Run an emulator in Xcode:

Initial launch of an app in the emulator might take some time because it builds everything.
Next times are going to be much faster.
- That's it. Next step is to build your app's unique features!
