This project can either be used as an example of react-union and react-union-scripts working together or as a starting point for your project.
git clone https://github.com/lundegaard/react-union.git
cd react-union/boilerplates/react-union-boilerplate-basic
yarn && yarn start
Make sure you have Yarn v1.3.1 or higher and Node v8 or higher.
yarn start
yarn start --proxy
yarn build --release
Note: Creates production bundles.
yarn test
yarn build --release --analyze