-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I host this on a server? I can't find the index.html after running build. #18
Comments
Hello @davidfufu,
Let me know if this helps you 😉 |
So, I took a shot at hosting it on heroku.
So I see it's a problem with the yarn.lock file, and I take the following steps:
When I inspect the webpage, the console has one error:
Then, I go to the heroku console and type in npm run start:universal and get the following error:
Help me out bro!!! |
Sorry for the late reply. Regarding yarn, i am sure if you just delete the yarn lock and re run yarn that should fix the issue. Regarding webpack there must be some webpack enabled build pack for heroku |
The build commands don't create a build directory with an index.html. I'm stuck. I was wondering if the static folder was the build folder. It has the bundle.js file, but i don't see any html files? Can anyone shed some light on this?
The text was updated successfully, but these errors were encountered: