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: [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]

Reply via email to