⚑️ Ship in 5 minutes

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.

  1. If you haven't already, follow first the Get Started tutorial.

  2. 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.

  1. 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.

  1. Run an emulator in Xcode:
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.

  1. That's it. Next step is to build your app's unique features!
Ship in 5 minutes