Control APPlication for United Contactless Check-IN Operation
yarn install
yarn start
If you need to use WebRTC on your network (not localhost
), it must be configured for https correctly.
PWA does not work. PWA only works in production mode.
HTTPS=true
SSL_CRT_FILE=./hoge/cert.crt
SSL_KEY_FILE=./hoge/cert.key
Using HTTPS in Development | Create React App
yarn build
If you need to use WebRTC or PWA on your network (not localhost
), it must be run in an environment that is properly configured for https.