EBoisseauSierra commented on code in PR #19870: URL: https://github.com/apache/superset/pull/19870#discussion_r860873868
########## CONTRIBUTING.md: ########## @@ -568,7 +571,15 @@ There are three types of assets you can build: #### Webpack dev server -The dev server by default starts at `http://localhost:9000` and proxies the backend requests to `http://localhost:8088`. It's possible to change these settings: +The dev server by default starts at `http://localhost:9000` and proxies the backend requests to `http://localhost:8088`. + +Concretely, it means that you will want to: + +1. [run Superset locally](#flask-server) using Flask, on port `8088`, +2. in parallel, run the Webpack dev server locally on port `9000`, Review Comment: Thanks! Would [that](https://github.com/apache/superset/pull/19870/commits/94aab8f6815e9f76d3e58bfde911d7bf33547624) make things clearer? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
