Awesome
Integer_Net ReactApp
This is a work in progress, but it's a first version of a bootstrap template module / reference to build React Apps that are loaded in to the Magento 2 (Venia/Blank) theme.
Installation
- Install via composer
composer require integer-net/magento2-reactapp
- Enable module
bin/magento setup:upgrade
- Visit http(s)://{base_url}/reactapp
Configuration
When starting development, rename and:
- reactapp/.env.development.template to .env.development
- reactapp/src/config.js.template to config.js. and set the right values in these files.
More documentation on the way.
Credits
License
The MIT License (MIT). Please see License File for more information.