Get the client-side example running

Steps:

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