Ethereum-boilerpoint -> html

Would be great if anyone can find me a youtube tut or something!

You can find demo apps in vanilla js on GitHub in github history for demo apps, you can also find YouTube tutorials on Moralis YouTube channel

ive completed those already and got the eth-boiler working in local host. im looking to see if theres anyway to launch the dapp onto a website

you can also try to deploy it on your Moralis Server with moralis-admin-cli deploy

you will have to upload only the build folder of your project and not the entire project

Gotcha! Just figured out how to deploy it, launced it to the moralis server, but uploaded the build folder to the website and it doesnt show anything but a blank screen… hmmmm. Next step hahaha

now you look in your browser console for errors

its failing to load resources, chink.js(s) and favicons. any help with that?

did you also upload those js files? of favicon you can ignore that error

yeah i did. heres one of the two errors that i am getting:
Manifest: Line: 1, column: 1, Syntax error.
Failed to load resource: the server responded with a status of 404 ()

and if you open that site on localhost from that build folder it works fine?

correct, works perfectly fine.

what you have in build folder I mean, not what you get by running the application

Yep works in localhost.

then it should work the same when it is deployed, as it should be the same files

some are saying the errors are from a location point: https://stackoverflow.com/questions/22317206/failed-to-load-resource-the-server-responded-with-a-status-of-404-not-found

how do you run it locally from the build folder? just checking to see how you do it (you should use a http server)

right click on the builder folder -> open windows in terminal -> yarn start

it doesn’t sound like you use a http server

for http, i zip the folder and upload it into file manager and extract it into the public directory.