https://github.com/geocine/phaser3-learn-esepranto
Phaser 3 Learn Esperanto
https://github.com/geocine/phaser3-learn-esepranto
hacktoberfest
Last synced: 6 months ago
JSON representation
Phaser 3 Learn Esperanto
- Host: GitHub
- URL: https://github.com/geocine/phaser3-learn-esepranto
- Owner: geocine
- Created: 2020-03-28T11:20:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T15:31:57.000Z (over 2 years ago)
- Last Synced: 2025-02-13T21:38:32.891Z (8 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: https://phaser3-learn-esperanto.netlify.app/
- Size: 244 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Phaser 3 Learn Esperanto
This is a game built with [Phaser 3](https://github.com/photonstorm/phaser), with [TypeScript](https://www.typescriptlang.org/), [Rollup](https://rollupjs.org) with ⚡️ lightning fast HMR through [Vite](https://vitejs.dev/).
## Available Commands
| Command | Description |
|---------|-------------|
| `yarn install` | Install project dependencies |
| `yarn dev` | Builds project and open web server, watching for changes |
| `yarn build` | Builds code bundle with production settings |
| `yarn serve` | Run a web server to serve built code bundle |## Development
After cloning the repo, run `yarn install` from your project directory. Then, you can start the local development
server by running `yarn dev` and navigate to http://localhost:3000.## Production
After running `yarn build`, the files you need for production will be on the `dist` folder. To test code on your `dist` folder, run `yarn serve` and navigate to http://localhost:5000