Installation
Overview
There are two ways to use Next2App. Choose whatever suits you best.
- Create a new project
- Use your existing Next.js project
Create a new project
Create a Next.js project
npx create-next-app@latest my-app
Install Next2App
npm install next2app
Start a development server
npx next2app dev
Download the Next2App app from the App Store or Play Store and scan the QR code with your phone.
Learn more in Run a development server
Build
npx next2app build <ios | android>
Learn more in Build
Publish
Now you can publish your app to the App Store or Play Store.
Learn more in Publish
Use your existing Next.js project
Install Next2App
npm install next2app
Start a development server
npx next2app dev
Download the Next2App app from the App Store or Play Store and scan the QR code with your phone.
Learn more in Run a development server
Build
npx next2app build
Learn more in Build
Publish
Now you can publish your app to the App Store or Play Store.
Learn more in Publish
Last updated on