hughhhh commented on a change in pull request #16327:
URL: https://github.com/apache/superset/pull/16327#discussion_r693074991
##########
File path: Makefile
##########
@@ -81,3 +81,9 @@ py-lint: pre-commit
js-format:
cd superset-frontend; npm run prettier
+
+flask-app:
+ flask run -p 8088 --with-threads --reload --debugger
+
+node-app:
+ cd superset-frontend; npm run dev-server
Review comment:
Running the command you still land in the root just tested it locally so
we don't need to change it
--
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]