Skip to content

Commit a96fc4b

Browse files
committed
Update NPM README.
1 parent b10bb8a commit a96fc4b

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

packages/cra-template-wptheme-typescript/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ npx create-react-wptheme my-theme --typescript
1414

1515
See the latest [README](https://github.com/devloco/create-react-wptheme) on Github.
1616

17-
1817
## Goals
1918

2019
- Remove WebPackDevServer and use your WordPress dev server instead.

packages/create-react-wptheme/README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
# Create React WP Theme
22

3-
See the latest [README](https://github.com/devloco/create-react-wptheme) on Github.
3+
## Updated!
44

5+
Be sure to check out the new features (and bug fixes!) that Facebook added to [v3.3.1](https://github.com/facebook/create-react-app/releases/tag/v3.3.1) of `Create-React-App`.
6+
7+
## Good to Know!
8+
9+
[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.
10+
11+
**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.**
12+
13+
## Don't Forget!
14+
15+
If you used an earlier version of `create-react-wptheme` to create a theme, you can easily update it as well. See the [Updating Existing Themes](#updating-existing-themes) section of the README below.
16+
17+
---
18+
19+
## Getting Started
20+
21+
[Michael Soriano](https://github.com/michaelsoriano) is writing a tutorial for creating a theme using React. He uses `create-react-wptheme` for the initial setup. He provides a lot more detail than this `readme` and the screen shots are really helpful.
22+
23+
Check it out:
24+
<br>
25+
[Let's build a WordPress theme with React: Part 1 (Setup)](http://michaelsoriano.com/wordpress-theme-react-part-1-setup/)
26+
27+
---
28+
29+
See the full [README](https://github.com/devloco/create-react-wptheme) on Github.
530

631
## Goals
732

packages/create-react-wptheme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "create-react-wptheme",
3-
"version": "3.3.1-wp.2",
2+
"name": "@devloco/create-react-wptheme",
3+
"version": "3.3.1-wp.3",
44
"description": "Create React-enabled WP themes.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)