TomRiddle01 / LinksAwakening

A reimplementation of Link's Awakening in TypeScript.
0 stars 0 forks source link

how to build the bundle.js ? #1

Open ramlongcat opened 6 years ago

ramlongcat commented 6 years ago

hey ! first of all very cool project :) (i'm actually doing something similar with bomberman on my spare time). but i was wondering: can you add a tiny section in your readme about how to build the thing ?

i managed to get it working but i went through some issues. for other people that might want to run it, i did this:

is there an easier path to get this up & running than what i did ? thanks !

TomRiddle01 commented 6 years ago

Hi! Thank you!

I honestly don't really know what the best or correct way is. I barely have a clue about javascript and webdev :)

I've had it working in jetbrains' webstorm somehow. After installing typescript and webpack it worked kind of out of the box. I think it's calling webpack by itself.

Looks pretty similar to what you did in vscode :) Also thank you for providing your installation steps!