https://github.com/itvincent-git/phaser-webpack
https://github.com/itvincent-git/phaser-webpack
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itvincent-git/phaser-webpack
- Owner: itvincent-git
- Created: 2023-02-06T11:21:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T11:23:18.000Z (over 3 years ago)
- Last Synced: 2025-05-11T07:34:40.375Z (about 1 year ago)
- Language: TypeScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phaser 3 Webpack 5 Boilerplate
Get up and running with Phaser 3 using TypeScript or JavaScript ES6.
This Webpack setup takes care of your code bundling and local development server.
Included are some handy class files, extending Phaser 3's Scene and Sprite base classes.
[View the demo](https://sebsowter.github.io/phaser-webpack/)

## Installation
Ensure you have [Node.js](https://nodejs.org) installed.
Clone this repo and `cd` to project directory.
```
npm i
```
## Tasks
Run the development server to preview locally at http://localhost:8080/.
```
npm start
```
Create a production build.
```
npm run build
```