ngoworldcommunity / NGOWorld

A platform to connect and support NGOs, charities and you to build a better tomorrow.
https://ngoworld.org
MIT License
359 stars 419 forks source link

🐞BUG: Hot reload & Docker optimization #1036

Closed tamalCodes closed 11 months ago

tamalCodes commented 1 year ago

Description

Currently we have our "start our frontend" with docker feature which can be done using

npm run docker-frontend

But there's a problem. It takes alot of time to get it started (i'm assuming maybe because of improper caching) and also if we would change up something in our file, the changes won't be reflected in the browser when we are running the frontend with docker. Here's what that needs to be done.

Screenshots

No response

Browser 🥦

Google Chrome

Checklist ✅

github-actions[bot] commented 1 year ago

Hello @tamalCodes, thank you for raising the issue.

Currently, the issue is marked as https://github.com/MilanCommunity/Milan/labels/%F0%9F%91%B7%F0%9F%8F%BB%E2%80%8D%E2%99%82%EF%B8%8F%20status%3A%20awaiting%20triage which means that work for this issue is on hold and we are waiting for the maintainers/owner to review it and provide you with feedback/suggestions to proceed further.

Feel free to reach out to Tamal on Twitter, or drop a mail at tamalcodes@gmail.com if you think that this issue is of critical priority.

Give us a ⭐ to show some support Happy OpenSource 🚀

YuvarajSingh-0 commented 1 year ago

Can you please elaborate on 'takes alot of time to get it started'? I mean does it take much time for first start or for everytime the container is started?