https://github.com/veikkosuhonen/melon-boiler
MelonJS Vite TS React MUI boiler for quick html5 games
https://github.com/veikkosuhonen/melon-boiler
boilerplate-template melonjs
Last synced: 7 months ago
JSON representation
MelonJS Vite TS React MUI boiler for quick html5 games
- Host: GitHub
- URL: https://github.com/veikkosuhonen/melon-boiler
- Owner: Veikkosuhonen
- License: mit
- Created: 2023-11-07T16:41:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T07:25:17.000Z (over 2 years ago)
- Last Synced: 2025-04-07T20:44:27.324Z (over 1 year ago)
- Topics: boilerplate-template, melonjs
- Language: TypeScript
- Homepage: https://veikkosuhonen.github.io/melon-boiler/
- Size: 390 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# melonJS TypeScript Vite React MUI Boiler

## Prerequisites
Ensure you have [Node.js](http://nodejs.org/) installed, then install all the build dependencies in the folder where you cloned the repository :
$ npm install
## Usage
- `npm run dev` to start the dev server on watch mode at `localhost:5173`.
- `npm run build` to generate a minified, production-ready build, in the `public` folder
## Debug plugin
-------------------------------------------------------------------------------
the Debug Panel is hidden by default and can be displayed using the "S" key, see [here](https://github.com/melonjs/debug-plugin/blob/main/README.md) for more details about the plugin.