Webix Jet
Search
⌃K
Introduction
Getting Started
Part I - Basic usage
Part II - Webix Jet in details
Part III - Practical Tasks
Part IV - Toolchain
Deploying and Testing
Big App Development
Using TypeScript
Configuring Webpack
Using with Vite
Importing Webix as Module
Using Webix Jet without Webpack
Changing the Port of the Dev Server
[DEPRECATED] WJet Utility for Faster Prototyping
API Reference
Quick Development Guidelines
What's New
Migration from Jet 0.x
Powered By GitBook

Changing the Port of the Dev Server

You can change the default port 8080 to another port (e.g. 3010). You can do this by changing the package.json file.
Modify the "start" command in the package.json file:
// package.json
...
"scripts": {
...
"start": "webpack-dev-server --port 3010"
}
Previous
Using Webix Jet without Webpack
Next
[DEPRECATED] WJet Utility for Faster Prototyping
Last modified 2yr ago
Copy link