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
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
8
6
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
9
7
10
8
The biggest difference with this project and the original is that **it uses your WordPress server as the
11
9
development server instead of the Webpack Dev Server.**
12
10
11
+
## Getting Started <!-- omit in toc -->
12
+
13
+
[Michael Soriano](https://github.com/michaelsoriano) wrote a great introductory tutorial for using `create-react-wptheme`. It provides a lot more detail than this `readme` and the screen shots are really helpful.
14
+
15
+
Check it out:
16
+
<br>
17
+
[Let's build a WordPress theme with React: Part 1 (Setup)](http://michaelsoriano.com/wordpress-theme-react-part-1-setup/)
18
+
19
+
## Readme Contents <!-- omit in toc -->
20
+
For more details check out the rest of this document.
0 commit comments