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 mightymeldYou 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.jsonlives, run:npx mightymeldThis will guide you through creating a
mightymeld.jsonfile with appropriate configuration options and then start MightyMeld studio.To run MightyMeld the next time, the setup steps will be skipped.