You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Be sure to check out the new features (and bug fixes!) that Facebook added to [v
8
8
9
9
## Good to Know!
10
10
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.
12
12
13
13
**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.**
14
14
@@ -46,7 +46,7 @@ For more details check out the rest of this document.
46
46
47
47
## Creating a New Theme
48
48
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.
50
50
51
51
- Make sure your WordPress server is up and running.
52
52
- 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
125
125
126
126
To configure the `Browser Refresh Server` to use SSL, follow these steps:
127
127
128
-
- These instructions use the command prompt.
129
128
- Assuming you've already created a theme using `create-react-wptheme`, change directory into the `react-src` folder in your theme's folder
130
129
- 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.
131
130
- Windows example: `cd C:\xampp\htdocs\wordpress\wp-content\themes\<Your Theme's Root Folder>\react-src`
0 commit comments