After successfully installed Redash-9.0.x, I started to try to change some codes and play with project.
After installing what I have:
- Postgres
- Redis
- localhost:5000 (back-end)
- localhost: 8080 (npm start run)
5000 and 8080 ports provide the same outputs (identical).
5000 port is primary, if it is down so 8080 shows some error.
After adding some changes on html files and even react/js files(under /client folder), could not detect these change on 8080/5000 port outputs. It looks like there is a some already built release(separate folder) which is running… and my changes do not affect app.
So, how to add (and on which files) changes that could be appeared on 8080 port?
Please, help me, to start develop on Redash.
And some output of:
npm start run
[HPM] Proxy created: [
‘/login’,
‘/logout’,
‘/invite’,
‘/setup’,
‘/status.json’,
‘/api’,
‘/oauth’
] → http://localhost:5000/
[HPM] Proxy created: [Function: context] → http://localhost:5000/
「wds」: Project is running at http://localhost:8080/
「wds」: webpack output is served from /static/
「wds」: 404s will fallback to /static/index.html
What does it mean - Proxy created?
How react app(8080?) connects(references) to 5000 port (flask-app)?
What does it mean “static” here? Is this folder or some context/handler?
Technical details:
- Redash Version: 9.0.x
- Browser/OS:Chrome
- How did you install Redash: Local machine (no docker)