Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 560 Bytes

File metadata and controls

42 lines (28 loc) · 560 Bytes

Get the streaming SSR example running

Steps:

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

# Or

yarn build
yarn start

🍻