a simple h5 game framework template project packaged with laya engine, fgui, and webpack
- use tsc to compile, and enable watch mode, combined with webpack-dev-server, to achieve automatic compilation of modified code and page reload, improving development efficiency and experience.
You can clone and run the command bellow, and the project can be run and debugged directly.
npm run dev
npm run build