Skip to content

Commit

Permalink
Add help for create-react-app #21
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-is committed Jul 7, 2018
1 parent f2ec932 commit 85efb37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ A simple (99% ES2015 less) tutorial for React

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

## 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`.

## Translations

- [![china](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/China.png) **中文/Chinese**](https://github.com/chinanf-boy/react-from-zero)
Expand Down

0 comments on commit 85efb37

Please sign in to comment.