Web Port
The web port is the port of your server. Opening up this port on the browser should show your website. This defaults to 3000, which is a common port for web development.
Example
In this example we are changing our port to 4200.
- CLI
- Vanilla HTML
- Angular
- React
- Vue
/** @type {import('estimtest-utils/config').EstimtestConfig} */
const config = {
estimtestPort: 4200,
}
export default config;
The web-port
property is not supported by Estimtest component libraries. It is only capable of accessing web pages in which the Estimtest component is located.
The web-port
property is not supported by Estimtest component libraries. It is only capable of accessing web pages in which the Estimtest component is located.
The web-port
property is not supported by Estimtest component libraries. It is only capable of accessing web pages in which the Estimtest component is located.
The web-port
property is not supported by Estimtest component libraries. It is only capable of accessing web pages in which the Estimtest component is located.