Skip to content

Commit 0973a73

Browse files
committed
Update readme and version bump for NPM
1 parent aa392b0 commit 0973a73

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,36 @@
1-
# Create React WP Theme
1+
# Create React WP Theme <!-- omit in toc -->
22

33
`*UPDATED* to support create-react-app v3.0.1`
44

5-
- [Updating Existing Themes](#updating-existing-themes)
6-
75
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
86
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
97

108
The biggest difference with this project and the original is that **it uses your WordPress server as the
119
development server instead of the Webpack Dev Server.**
1210

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.
21+
22+
- [Usage](#usage)
23+
- [Updating Existing Themes](#updating-existing-themes)
24+
- [Coding with React](#coding-with-react)
25+
- [React Tutorials](#react-tutorials)
26+
- [The Public Folder](#the-public-folder)
27+
- [Dev Configuration](#dev-configuration)
28+
- [Build Configuration](#build-configuration)
29+
- [HTTPS/SSL Support](#httpsssl-support)
30+
- [Goals](#goals)
31+
- [Acknowledgements](#acknowledgements)
32+
- [License](#license)
33+
1334
## Usage
1435

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-wptheme",
3-
"version": "3.0.1-wptheme-3.0.0",
3+
"version": "3.0.1-wptheme-3.0.1",
44
"description": "Create React WP themes with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)