2019-09-27 09:43:29 +02:00

455 B

Get the SSR example running

Steps:

  1. Download repository
git clone https://github.com/smooth-code/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

🍻