Deploy Admin Web Dashboard and Mobile App in Production
Admin Web Dashboard
Generic
Clone the app
Step 1: Go to the WebDashboard folder and enter npm i
Step 2: Other steps are same as those for the local .
Step3: Go to the react folder and enter npm run build
Step4: Go to the WebDashboard folder and run forever start server/index.js
Mobile App
Running Mobile App in production is same as running the app on local. To build a signed APK, follow this link