A Phaser 3 Project Template
- HTML
- CSS
- JAVASCRIPT
- PHASER 3
- NPM
- WEBPACK
- Clone the repository on your local machine
- Cd into the folder
- Run
npm install
- Run
npm start
- On your browser, make sure you point to the right address (i.e: http://localhost:8080/)
- Run
npm test
on the root directory to run all the tests. - Run
npm test -- --verbose
on the root directory to run all the tests and see for what it is each test. - Run
npm test testfile.test.js
on root directory to run test for a single file.
👤 Javier Oriol Correas Sanchez Cuesta
- Github: @javitocor
- Twitter: @JavierCorreas4
- Linkedin: Javier Oriol Correas Sanchez Cuesta
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Phaser 3 docs
- Richard Davey
This project is MIT licensed.