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