Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit d6f85b7

Browse files
committed
Merge pull request #3 from fhelwanger/patch-1
Add npm install step
2 parents a55bcb8 + fce383b commit d6f85b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: 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)