How to deploy in production
Last updated
Was this helpful?
Last updated
Was this helpful?
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
Make sure you have a developer account on the Play Store / App Store.
• Generating Certificates follow • Releasing build and publish app
• Building signed apk follow • Releasing build and publish app