Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aborg-dev/ld48
Ludum Dare 48 game
https://github.com/aborg-dev/ld48
Last synced: 25 days ago
JSON representation
Ludum Dare 48 game
- Host: GitHub
- URL: https://github.com/aborg-dev/ld48
- Owner: aborg-dev
- Created: 2021-04-23T19:15:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T18:30:38.000Z (over 3 years ago)
- Last Synced: 2024-10-13T19:10:14.632Z (25 days ago)
- Language: TypeScript
- Size: 340 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phaser 3 TypeScript Starter
This is a [Phaser 3](https://github.com/photonstorm/phaser) starter 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