A WordPress + React starter theme.
tk_react requires Node.js for development.
- Install the theme by running the command
yarn install
ornpm install
in the theme directory. - Zip the theme folder and upload to your WordPress install.
Running one of the above commands in the project directory will start the theme in development mode.
Any lint errors will be displayed in the console.
Notes on development
- This theme does not yet support using child themes, the theme is intended to be edited directly.
- tk_react is just a theme, how you choose to run your WordPress instance locally is entirely up to you.
Running one of the above commands in the theme directory builds the theme ready
for production into the 'dist' folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and your theme is ready to be deployed!