Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lessons/01-setting-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ up our project.
git clone <tutorial url>
cd react-router-tutorial
git checkout start
npm install
npm start
```

Now open up http://localhost:8080
Now open up [http://localhost:8080](http://localhost:8080)

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