An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# melonJS TypeScript Vite React MUI Boiler
![image](https://github.com/Veikkosuhonen/melon-test/assets/54055199/f33ec988-e138-4237-9721-5f7c04d4ccd7)

## 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.