MightyMeld Quick Start
Quick Start
Setup Instructions
Run the following commands where you React app’s package.json
lives.
Install the MightyMeld CLI.
npm install -g mightymeld
You can also install the package locally to your project if you like:
npm i -D mightymeld
.Set up and run MightyMeld.
In the directory where your React app’s
package.json
lives, run:npx mightymeld
This will guide you through creating a
mightymeld.json
file with appropriate configuration options and then start MightyMeld studio.To run MightyMeld the next time, the setup steps will be skipped.