Skip to content

Commit

Permalink
Add banner link to book.
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-is committed Nov 6, 2018
1 parent 2e45c48 commit b40634b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A simple (99% ES2015 less) tutorial for React

Everything runs in the browser without a manual pre-compilation.

[![Book Banner](https://i.imgur.com/ZbXgQrw.png)](https://www.fullstackreact.com/react-from-zero/)

## Create React App

If you want to run the examples with [create-react-app](https://github.com/facebook/create-react-app), you have to copy the `text/babel` script parts of the examples into the `src/index.js` file of the React app you created and change the `renderTarget`s ID from `app` to `root`.
Expand Down

0 comments on commit b40634b

Please sign in to comment.