Estimtest Port
The web port is the port that Estimtest CLI will consume for it's proxy server. This should be an unused port. This defaults to 3571, which is leetspeak for ESTI, the first four letters of estimtest.
Example
In this example, we are changing our server port to something more aesthetically pleasing, such as 3500.
- CLI
- Vanilla HTML
- Angular
- React
- Vue
/** @type {import('estimtest-utils/config').EstimtestConfig} */
const config = {
webPort: 3500,
}
export default config;
The estimtest-port
property is not supported by Estimtest component libraries. Component libraries do not start a proxy server as it's integrated off the webpage.
The estimtest-port
property is not supported by Estimtest component libraries. Component libraries do not start a proxy server as it's integrated off the webpage.
The estimtest-port
property is not supported by Estimtest component libraries. Component libraries do not start a proxy server as it's integrated off the webpage.
The estimtest-port
property is not supported by Estimtest component libraries. Component libraries do not start a proxy server as it's integrated off the webpage.