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 57008a8 commit 6ec5669Copy full SHA for 6ec5669
README.md
@@ -1,18 +1,19 @@
1
Server Side Rendering with Create React App
2
===========================================
3
4
-This is the v2 version of my react app, checkout my article here:
+This is the v2 version of my react app, checkout my article here: https://medium.com/@benlu/ssr-with-create-react-app-v2-1b8b520681d9
5
6
Install
7
-------
8
```bash
9
-yarn
10
-yarn run build && yarn run build:server && yarn run serve
+npm install
+npm run build
11
+npm run start:server
12
```
13
14
### Development
15
This just runs create react app, its great!
16
-yarn start
17
+npm start
18
19
0 commit comments