I’m following Ourcade’s tutorial on making Phaser games in typescript with server side assets, etc. So I did everything the tutorial said - I put the assets folder in /public, I did npm run start
, but for some reason I just see this:
If I go to localhost:8000/assets/sky.png
I also don’t see anything, so I’m pretty sure there’s something wrong with the way assets are being sent via the “public” folder. Any ideas what I can do to fix this?
This is what my file tree and code look like: