Deployment

Introduction

Deploying your application is the process of compiling, or building, your code and how to deploy your application.

React Native (Android) Deployment

Publishing to Google Play Store:

Go over the official documentation of React Native to generate your signed apk.


ReactJs Deployment

Bundles the app for production

mernjs build

NodeJs Deployment

Bundles the app for production

mernjs build

Your scripts run continuously

mernjs service start

Copyright © 2024 Learning.