How to change default port from 9999

Description
How do i change the default port from 9999

must i use port 9999 to access zoom api

Error
The full error message or issue you are running into.

Which version?
Knowing the version can help us to identify your issue faster.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version: [e.g. 22]
  • Browser:[e.g. Chrome]

Additional context
Add any other context about the problem here.

Hey @peterdafe,

You can change the port to be anything you’d like in webpack.config.dev.js and package.json, or just navigate to the index.html file in your browser.

Local method:

CDN method:

Thanks,
Tommy