We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f2b14 commit a629cc0Copy full SHA for a629cc0
examples/server-side-rendering/README.md
@@ -8,20 +8,25 @@ Steps:
8
git clone https://github.com/gregberge/loadable-components.git
9
```
10
11
-2. move into example directory
+2. Install [https://yarnpkg.com/lang/en/docs/install](yarn) if haven't already
12
+3. Install libary dependencies and build library
13
+```bash
14
+yarn
15
+yarn build
16
+```
17
+
18
+4. Move into example directory
19
20
```bash
21
cd ./loadable-components/examples/server-side-rendering
22
-
-3. install [https://yarnpkg.com/lang/en/docs/install](yarn) if haven't already
-4. install project dependencies
23
+5. Install project dependencies
24
25
26
yarn
27
28
-5. run locally or build and serve
29
+5. Run locally or build and serve
30
31
32
yarn dev
0 commit comments