Steps:
- Download repository
git clone https://github.com/gregberge/loadable-components.git- move into example directory
cd ./loadable-components/examples/client-side- install https://yarnpkg.com/lang/en/docs/install if haven't already
- install project dependencies
yarn- run
yarn dev
# or
yarn start