This repository demonstrate's how it's possible to make the UI of an HTML canvas game with React.js.
Live demo: https://jslegenddev.github.io/react-kaplay/
Watch the tutorial explaining how to build this : TBD
npm install- Replace the
base: /react-kaplaywithbase: ./in vite.config.js. - Run locally with
npm run dev.