hi, I just started using Phaser. it's awesome, really easy to learn and use. I was wondering how to set up a project. I know there are many ways: the easy one is to have a index.html file, a .js file and the phaser.min.js. I'm currently making a game but the .js file has reached 300 lines of code, that is not a good thing as it could be a bit counfusing, expecially for someone who wants to contribute. so my question is how can I set up a Phaser projects making it easy understandable? P.S. I need i detailed guide/explanation if possible thanks a lot.