Skip to content

A project-based, guided introduction to Melange and its ecosystem for React developers.

License

Notifications You must be signed in to change notification settings

melange-re/melange-for-react-devs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3af1551 · Jan 13, 2025
Feb 7, 2024
Nov 27, 2024
Sep 28, 2023
Jan 13, 2025
Dec 4, 2024
Oct 24, 2023
Sep 28, 2023
Feb 7, 2024
Nov 9, 2023
Apr 10, 2024
Jun 25, 2024
Dec 4, 2024
May 24, 2024
Jun 21, 2024
Jun 25, 2024

Repository files navigation

Melange for React Developers

Source code for the book Melange for React Developers.

Quick Start

npm run init

# In separate terminals:
npm run watch
npm run serve

Commands

All the build commands are defined in the scripts field of package.json. This is completely optional, and other tools like make could be used.

You can see all available commands by running npm run. There are explanations of each command in the scriptsComments field of the package.json file. Here are a few of the most useful ones:

  • npm run init: set up opam local switch and download OCaml, Melange and JavaScript dependencies
  • npm run install-opam-npm: install OCaml, Melange, and JavaScript dependencies
  • npm run watch: watch the filesystem and have Melange rebuild on every change
  • npm run serve: serve the application with a local HTTP server

Book

The files for the book associated with this repo are in the docs directory. See docs/README.md for details.

About

A project-based, guided introduction to Melange and its ecosystem for React developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published