How to deploy in production
Api server
Installation steps
Clone the app
Step1: Go to ApiServer folder
Enter
npm i
Step2: Export node environment by export NODE_ENV=production
Do check if it is set by echo $NODE_ENV
it Prompts as production.
Step3: Enter npm run build
Step4: Run forever now enter forever start dist
Check if forever is running by entering forever list
Mobile App
Make sure you have a developer account on the Play Store / App Store.
To deploy on the App store(ios) follow the links
• Generating Certificates follow here • Releasing build and publish app link
To deploy on Play store(Android) follow the link
• Building signed apk follow here • Releasing build and publish app link
Last updated
Was this helpful?