Skip to content

Commit fce383b

Browse files
committed
Add npm install step
`npm install` step was missing. Also, changed http://localhost:8080 to a hyperlink.
1 parent a55bcb8 commit fce383b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lessons/01-setting-up.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ up our project.
1212
git clone <tutorial url>
1313
cd react-router-tutorial
1414
git checkout start
15+
npm install
1516
npm start
1617
```
1718

18-
Now open up http://localhost:8080
19+
Now open up [http://localhost:8080](http://localhost:8080)
1920

2021
Feel free to poke around the code to see how we're using webpack and npm
2122
scripts to run the app.

0 commit comments

Comments
 (0)