Installing the react-checkout with composer
Requirements
- Magento 2.4.0 CE or newer
Hyvä React Checkout is freely available from the hyva-themes
organization on Github: https://github.com/hyva-themes/magento2-react-checkout.
The full documentation for the react-checkout can be found at https://hyva-themes.github.io/magento2-react-checkout/.
Installation
More detailed installation instructions can be found in the documentation linked above.
First, install the package:
Next, run bin/magento setup:upgrade
from your project’s root.
Finally, enable the Hyvä checkout by running
In developer mode, you should now be able to see the React Checkout in action on the frontend. A cache flush might be required.
In production mode, bin/magento setup:static-content:deploy
is required.