Skip to Content
Next2App beta is released 🎉
DocsGetting StartedRun a Development Server

Run a development server

Run a dev command

npx next2app dev

next2app.config.js

When you run the dev command for the first time, next2app.config.js will be created in the root of your project. You can edit next2app.config.js to customize the app info. If you’re not sure what to do with it, you can skip it for now since we’ve already set default values for you.

Test your app with the ‘Next2App’ app

After next2app.config.js is created, dev servers will start for both React Native and Next.js. You don’t need to know the details. All you need to know is that you can now test your app (yay!)

Download the ‘Next2App’ app from the App Store or Play Store and scan the QR code with your phone. Now you can test your app on your phone!

Last updated on