How to create a mobile application using Next JS
How to convert your Next JS application to Android and iOS in 5 clicks
With a real example, this tutorial will show you how to transform your web application developed in Next JS to iOS or Android using Capacitor. In my case, I have the following application:
- Database → MongoDB
- Backend → NodeJS / Express. Deployed in AWS.
- Frontend → React & Next JS. Deployed on Netlify.