Skip to content

Commit ca707bf

Browse files
committed
Update readme
1 parent 547c43d commit ca707bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ Server-Side Rendering (SSR) leads to fast initial page loads, search-engine-frie
1818

1919
## Getting Started
2020

21-
Install dependencies, build the code, test it, and run it!
21+
Clone the repo, change directory, install dependencies, build the code, and run it!
2222

2323
```sh
24+
git clone https://github.com/styfle/react-server-example-tsx.git
25+
cd react-server-example-tsx
2426
npm install
2527
npm run build
26-
npm run test
2728
npm start
2829
```
2930

0 commit comments

Comments
 (0)