Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 413 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 413 Bytes

Get the client-side example running

Steps:

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