Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docwhat/learn-phaser
Learning Phaser 3
https://github.com/docwhat/learn-phaser
Last synced: 2 days ago
JSON representation
Learning Phaser 3
- Host: GitHub
- URL: https://github.com/docwhat/learn-phaser
- Owner: docwhat
- License: other
- Created: 2023-07-30T21:49:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T19:12:53.000Z (3 months ago)
- Last Synced: 2024-08-21T21:36:45.533Z (3 months ago)
- Language: TypeScript
- Homepage: https://docwhat.github.io/learn-phaser/
- Size: 493 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> A game to play with Phaser 3
# Learn Phaser
## Available Commands
| Command | Description |
| --------------- | -------------------------------------------------------- |
| `npm install` | Install project dependencies |
| `npm run dev` | Builds project and open web server, watching for changes |
| `npm run build` | Builds code bundle with production settings |
| `npm run serve` | Run a web server to serve built code bundle |## Development
After cloning the repo, run `npm install` from your project directory. Then, you can start the local development
server by running `npm run dev` and following the on-screen instructions.## Production
After running `npm run build`, the files you need for production will be in the
`dist/` folder. To test the code in the `dist/` folder, run `npm run serve` and follow the on-screen instructions.