mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Break out Installation into top-level doc section (#452)
* Break out Installation into top-level doc section * Update navigation (prev/next, nav tree) - Move Installation section to top - Add next/prev to install pages * add links to other install options from try react page * fix markdown link * Clarify that Quick Start and Install are optional "next steps" * Add top-level CDN page This is useful for Codepen and other Unpkg-y setups * Add link to Tutorial from Try React * Update CRA link in tutorial * Make Try React subheader a proper sentence * Add "minimal" * Explain local dev setup is more work than Codepen etc * Fix typos * Add : between headings * add note that CRA is not lightweight * fix typo * Update add-react-to-a-new-app.md * Update add-react-to-a-new-app.md * Remove the Bower note * Update try-react.md * Tweak wording * Use direct link
This commit is contained in:
@@ -53,7 +53,7 @@ This is more work, but lets you work from the comfort of your editor.
|
||||
If you want to do it, here are the steps to follow:
|
||||
|
||||
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.
|
||||
2. Follow the [installation instructions](/docs/add-react-to-a-new-app.html) to create a new project.
|
||||
|
||||
```bash
|
||||
npm install -g create-react-app
|
||||
|
||||
Reference in New Issue
Block a user