melange-re / melange-for-react-devs

A project-based, guided introduction to Melange and its ecosystem for React developers.
https://react-book.melange.re/
MIT License
35 stars 3 forks source link

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:

Book

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