2020-10-21 18:31:57 +11:00
..
2020-10-21 18:31:57 +11:00
2020-10-21 09:55:35 +11:00
2020-10-21 09:55:35 +11:00
2020-10-21 10:14:39 +11:00
2020-10-21 09:55:35 +11:00
2020-10-21 09:55:35 +11:00
2020-10-21 09:55:35 +11:00
2020-10-21 09:55: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

🍻