mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
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>
Get the SSR example running
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
🍻