Commit 8c711e22 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Add a link to howto

parent c2ba7a4a
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
...@@ -79,6 +79,11 @@ It correctly bundles React in production mode and optimizes the build for the be ...@@ -79,6 +79,11 @@ It correctly bundles React in production mode and optimizes the build for the be
The build is minified and the filenames include the hashes.<br> The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed! Your app is ready to be deployed!
## How Do I?...
The generated project will include a guide in its README.
You can also read its latest version [here](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md).
## Philosophy ## Philosophy
* **One Dependency:** There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them. * **One Dependency:** There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment