Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reasonocamlindia/melange-mdn-canvas-game-tutorial-live-coded

Live coded reason-bangalore.org's meetup on June 2, 2024.
https://github.com/reasonocamlindia/melange-mdn-canvas-game-tutorial-live-coded

Last synced: about 1 month ago
JSON representation

Live coded reason-bangalore.org's meetup on June 2, 2024.

Awesome Lists containing this project

README

        

[![Reason OCaml India Discord](https://img.shields.io/discord/851000331721900053)](https://discord.com/invite/Ytr36fRC4C)

# MDN's HTML5 Canvas tutorial in Reason
Live coded [reason-bangalore.org](https://reason-bangalore.org/)'s meetup.

# Installation

1. Install [esy](https://esy.sh)
2. Run `esy` to install OCaml/Reason dependencies.
3. Run `yarn` to install NPM dependencies.
4. `esy dune build -w` to Reason to JS with Melange
3. `yarn serve` to run the Webpack dev server.