A project-based, guided introduction to Melange and its ecosystem for React developers.
See the codeSource code for the book Melange for React Developers.
npm run init
# In separate terminals:
npm run watch
npm run serve
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 dependenciesnpm run install-opam-npm: install OCaml, Melange, and JavaScript
dependenciesnpm run watch: watch the filesystem and have Melange rebuild on every
changenpm run serve: serve the application with a local HTTP serverThe files for the book associated with this repo are in the docs directory.
See docs/README.md for details.
Reason
79.6%
Raku
12.2%
HTML
5.1%
CSS
1.5%
JavaScript
1.3%
A project-based, guided introduction to Melange and its ecosystem for React developers.
See the codeSource code for the book Melange for React Developers.
npm run init
# In separate terminals:
npm run watch
npm run serve
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 dependenciesnpm run install-opam-npm: install OCaml, Melange, and JavaScript
dependenciesnpm run watch: watch the filesystem and have Melange rebuild on every
changenpm run serve: serve the application with a local HTTP serverThe files for the book associated with this repo are in the docs directory.
See docs/README.md for details.
Reason
79.6%
Raku
12.2%
HTML
5.1%
CSS
1.5%
JavaScript
1.3%