Skip to content

Commit 6ec5669

Browse files
committed
Updated readme for medium article
1 parent 57008a8 commit 6ec5669

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
Server Side Rendering with Create React App
22
===========================================
33

4-
This is the v2 version of my react app, checkout my article here:
4+
This is the v2 version of my react app, checkout my article here: https://medium.com/@benlu/ssr-with-create-react-app-v2-1b8b520681d9
55

66
Install
77
-------
88
```bash
9-
yarn
10-
yarn run build && yarn run build:server && yarn run serve
9+
npm install
10+
npm run build
11+
npm run start:server
1112
```
1213

1314
### Development
1415
This just runs create react app, its great!
1516
```bash
16-
yarn start
17+
npm start
1718
```
1819

0 commit comments

Comments
 (0)