You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/28 13:14:36 UTC

[GitHub] [superset] EBoisseauSierra commented on a diff in pull request #19870: docs: Detail front-end development instructions

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org