Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.04 KB

melange-examples

A repository of demo projects using Melange and opam.

If you are looking for a template with esy, check melange-esy-template.

Examples

Each example is a self-contained, complete project with its README, a Makefile and an opam file to define the dependencies.

To use any of the examples, you can copy/paste the example folder in a new project and start hacking on it.

Each example includes a README.md with instructions on how to get started.

  • 1-node  —  a simple Node.js application, prints a "hello world" message when it runs.
  • 2-react  —  a simple Reason React app with Webpack.
  • 3-vite  —  a simple Reason React app with Vite.

Contributing

If you are interested in creating a new example (thank you!) check the contributing guide to get started.