Improve tutorial step three#154
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Deploy preview ready! Built with commit 471fec4 |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
| 1. Make sure you have a recent version of [Node.js](https://nodejs.org/en/) installed. | ||
| 2. Follow the [installation instructions](/docs/installation.html#creating-a-new-application) to create a new project. | ||
| 3. Delete all files in the `src/` folder of the new project. | ||
| 3. Delete all files inside the `src/` folder of the new project (don't exclude the folder, just the files). |
There was a problem hiding this comment.
(don't exclude the folder, just the files).
I'm not sure the wording for this is clear. How do you feel about:
don't delete the folder, just its contents (eg
rm -f src/*)
There was a problem hiding this comment.
nice, I'm update this.
* Add Universal Style Guide tranalation * [WIP] Translate Glossary (reactjs#109) * Translate Glossary * Add Universal Style Guide to glossary as suggested * Add Universal Style Guide tranalation * Little fix * Fix merge issues
docs(cn): translate content/docs/refs-and-the-dom.md into Chinese
There is a issue about a guy that has excluded the
src/folder. To avoid future issues, I have improved step three with:insideinstead ofindon't exclude the folder, just the filesresolves #71