Skip to content

Commit f4c5d40

Browse files
committed
2 parents f731c60 + df99106 commit f4c5d40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Be sure to check out the new features (and bug fixes!) that Facebook added to [v
88

99
## Good to Know!
1010

11-
[Create-React-App](https://create-react-app.dev/) is **more than** just **React.** `Create-React-App` is a stack of well tested and battle-hardened tools, guaranteed to be configured correctly to work together to make your job easier.
11+
[Create-React-App](https://create-react-app.dev/) is **more than** just **React.** `Create-React-App` is a full stack of tested and battle-hardened tools, guaranteed to be configured correctly to work together to make your job easier.
1212

1313
**No need for weird CORS setups** or server proxies. **Why in the world** would you want to **maintain two servers** anyway? No need for that, just use `Create-React-WPTheme` instead. The biggest difference between `Create-React-WPTheme` and `Create-React-App` is that this project here **uses your WordPress server as the development server instead of the Webpack Dev Server.**
1414

@@ -46,7 +46,7 @@ For more details check out the rest of this document.
4646

4747
## Creating a New Theme
4848

49-
To create a WordPress theme using the `create-react-wptheme`, follow these steps.
49+
To create a WordPress theme using `create-react-wptheme`, follow these steps.
5050

5151
- Make sure your WordPress server is up and running.
5252
- Change dir into your WordPress themes folder (**this is just an example, use your real themes folder**).
@@ -125,7 +125,6 @@ If you develop using SSL (i.e. HTTPS), then you might want to run the `Browser R
125125

126126
To configure the `Browser Refresh Server` to use SSL, follow these steps:
127127

128-
- These instructions use the command prompt.
129128
- Assuming you've already created a theme using `create-react-wptheme`, change directory into the `react-src` folder in your theme's folder
130129
- Be sure to follow **all the instructions** under the **Usage** section at the top of this document. You need to complete the PHP portion of the setup before you can configure SSL.
131130
- Windows example: `cd C:\xampp\htdocs\wordpress\wp-content\themes\<Your Theme's Root Folder>\react-src`

0 commit comments

Comments
 (0)