Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
f08c0165
Commit
f08c0165
authored
8 years ago
by
Dan Abramov
Committed by
GitHub
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Make User Guide stand out more
parent
d8b65295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+23
-2
README.md
with
23 additions
and
2 deletions
+23
-2
README.md
+
23
-
2
View file @
f08c0165
...
@@ -94,8 +94,29 @@ Your app is ready to be deployed!
...
@@ -94,8 +94,29 @@ Your app is ready to be deployed!
## User Guide
## User Guide
The generated project will include a guide in its README.
<br>
The
[
User Guide
](
template/README.md
)
includes information on different topics, such as:
You can also read its latest version
[
here
](
https://github.com/facebookincubator/create-react-app/blob/master/template/README.md
)
.
-
[
Updating to New Releases
](
template/README.md#updating-to-new-releases
)
-
[
Folder Structure
](
template/README.md#folder-structure
)
-
[
Available Scripts
](
template/README.md#available-scripts
)
-
[
Displaying Lint Output in the Editor
](
template/README.md#displaying-lint-output-in-the-editor
)
-
[
Installing a Dependency
](
template/README.md#installing-a-dependency
)
-
[
Importing a Component
](
template/README.md#importing-a-component
)
-
[
Adding a Stylesheet
](
template/README.md#adding-a-stylesheet
)
-
[
Post-Processing CSS
](
template/README.md#post-processing-css
)
-
[
Adding Images and Fonts
](
template/README.md#adding-images-and-fonts
)
-
[
Adding Bootstrap
](
template/README.md#adding-bootstrap
)
-
[
Adding Flow
](
template/README.md#adding-flow
)
-
[
Adding Custom Environment Variables
](
template/README.md#adding-custom-environment-variables
)
-
[
Can I Use Decorators?
](
template/README.md#can-i-use-decorators
)
-
[
Integrating with a Node Backend
](
template/README.md#integrating-with-a-node-backend
)
-
[
Proxying API Requests in Development
](
template/README.md#proxying-api-requests-in-development
)
-
[
Using HTTPS in Development
](
template/README.md#using-https-in-development
)
-
[
Adding `<link>` and `<meta>` Tags
](
template/README.md#adding-link-and-meta-tags
)
-
[
Running Tests
](
template/README.md#running-tests
)
-
[
Deployment
](
template/README.md#deployment
)
A copy of the user guide will be created as
`README.md`
in your project folder.
## Philosophy
## Philosophy
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment