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
- When it finishes it'll tell you to change into your new theme's folder and run the Nodejs watcher (replace "my_react_theme" with the same name you used in the previous step):
26
27
-`cd my_react_theme/react-src`
27
28
-`npm run wpstart`
@@ -150,11 +151,7 @@ To configure the Browser Refresh Server to use SSL, follow these steps:
150
151
151
152
- Remove WebPackDevServer and use your WordPress dev server instead.
152
153
- Also, do not proxy the WordPress server.
153
-
- This has many benefits:
154
-
- One: Never CORS me again.
155
-
- Two: Never CORS me again.
156
-
- Just a little _Pacific Rim_ joke for ya.
157
-
- Just a little _Thor: Ragnarok_ joke for ya.
154
+
- Thus removing CORS as a concern.
158
155
- Maintain feature parity(ish) with `create-react-app`
159
156
- Touch the original `react-scripts` as little as possible.
160
157
- Add new files where possible.
@@ -178,4 +175,4 @@ I'm grateful to the authors of existing related projects for their ideas and col
178
175
179
176
## License
180
177
181
-
Create React WP Theme is open source software [licensed as MIT](https://github.com/facebook/create-react-app/blob/master/LICENSE).
178
+
Create React WP Theme is open source software [licensed as MIT](https://github.com/devloco/create-react-wptheme/blob/master/LICENSE).
0 commit comments