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/27 21:52:45 UTC

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

rusackas commented on code in PR #19870:
URL: https://github.com/apache/superset/pull/19870#discussion_r860273172


##########
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:
   Not sure if this is a good place to mention that you can run `npm run dev` or (what most people do) `npm run dev-server` for hot reloading



-- 
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