This is app example how to build app with animated elements using D3, React, Redux. All UI mobile friendly.
Auto build with create-react-app using : react-scripts; no manual configs for babel, webpack
To lunch app in dev/production (depend from node process.env.NODE_ENV) mode you can use yarn (or npm):
yarn install
yarn start
To build or test use :
yarn build
yarn test
For more information about scripts see ./package.json
Look on deployed app here that deployed with GitHub pages module