dependabot[bot] 32b315bba8
chore(deps): bump dot-prop in /examples/webpack/webpack4 (#692)
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-24 19:11:45 +11:00
..
2020-10-22 19:07:35 +11:00
2020-10-22 19:00:35 +11:00

Get the SSR example running

Steps:

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

# Or

yarn build
yarn start

🍻