Use the react_wizard_sdk wizard as starting point. The SDK is an npm package and provides a basic compiler toolchain using Webpack. You must install Node.js and npm to use the SDK. The SDK contains a thin wrapper to mount React components to Mithril.
To create Wizards using the React SDK:
Execute
npm install
to install the dependencies.Replace or extend the existing React sample component.
Execute
npm run build
to bundle and publish the wizard.Place the resulting bundle in the wizards directory.