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

Add Basic Instructions for even easier use #275

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions lessons/02-rendering-a-route/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ render(<Router/>, document.getElementById('app'))

That's not going to display anything until we configure a route.

To Start:

```
$ cd 02-rendering-a-route
$ npm install
```

Open up `index.js` and

1. import `Router`, `Route`, and `hashHistory`
Expand Down