Deployment
Step 1: Make a production build application
yarn build
This command creates a production build in dist
directory for each application.
See the section about deployment for more information.
tip
Be sure to use HTTPS on the server, otherwise video calls will not work for you.
Step 2: Start API Server
Runs the API server in a production mode.
yarn start:api
The API server will run on port 4000.
See the section about deployment for more information.