Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Closed
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
Updated readme
Added install dependencies as first step.
  • Loading branch information
jaspersorrio authored Sep 1, 2016
commit 3ed49d9637564186321b250f2b944ae3634b5196
6 changes: 6 additions & 0 deletions lessons/02-rendering-a-route/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Install Dependencies

```
npm install
```

# Rendering a Route

At its heart, React Router is a component.
Expand Down