This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
frontend homepage does not open #10
Labels
dependencies
Pull requests that update a dependency file
good first issue
Good for newcomers
help wanted
Extra attention is needed
javascript
Pull requests that update Javascript code
Thank you for uploading such a detailed repo.
There's so much best practice features using modern web technologies.
I've tried to run this repo with docker on my machine and I can access the backend but cannot open page verbose equals true.
I have a click wheel running trying to get the frontend homepage open but it does not finish building the container it seems.
In the logs it gets this far for frontend when I restart the container.
frontend | You may use special comments to disable some warnings.
frontend | Use // eslint-disable-next-line to ignore the next line.
frontend | Use /* eslint-disable */ to ignore all warnings in a file.
frontend | ℹ 「wds」: Project is running at http://0.0.0.0:8080/
frontend | ℹ 「wds」: webpack output is served from /
frontend | ℹ 「wds」: 404s will fallback to /index.html
What I basically did was edit the .env-template in root to .env
and run
docker-compose up
The page never loads.
Do you know what's causing this?
Thanks for such a great repo too!
The text was updated successfully, but these errors were encountered: