mirror of
https://github.com/gregberge/loadable-components.git
synced 2025-12-08 19:46:26 +00:00
492 B
492 B
WORK IN PROGRESS
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-async-node
- 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
🍻