A simple chess game with JavaScript and Phaser 3
Use a Web Server to upload the project (I used XAMPP to simulate an Apache Server)
- Download and install XAMPP on the official website.
- In the XAMPP directory, place the project folder in "./htdocs/"
- Execute XAMPP
- In the Apache Module row, click the Start button
- When the bottom of the module is green, open your browser and access the project URL, passing the port specified in XAMPP and the name of the project folder. Example: http://localhost:8080/chess