timelostprototype / wow-client

Typescript headless WoW client for 3.3.5
7 stars 5 forks source link

How to run this project? #6

Open graphenessl opened 1 year ago

graphenessl commented 1 year ago

Greetings,

I have tried to download and compile your project with latest versions of tsc and node. I got some minor errors, which I have already resolved.

However, I can't figure out how I am supposed to connect to the server. There's no main.js or app.js being generated in the dist folder once the tsc compilation is carried out. I see that you have posted a "bootstrap" piece of code in the readme.md - is this the file which we are supposed to create ourselves and connect to the server?

I have tried running the other files - index.js and etc. but no output is shown to the console when I do it.

Thank you for the feedback!

graphenessl commented 10 months ago

Are you even reading your issues?