All Projects → michaelsoriano → barebones

michaelsoriano / barebones

Licence: other
React based WordPress Theme, built with create-react-wptheme. This is a starter theme with just the core WordPress functionality.

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to barebones

eightshift-docs
A documentation website for Eightshift open source projects
Stars: ✭ 44 (+25.71%)
Mutual labels:  wordpress-development, wordpress-theme
Lumberjack
Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
Stars: ✭ 261 (+645.71%)
Mutual labels:  wordpress-development, wordpress-theme
huh
Turn huh into eureka with in dashboard documentation for your WordPress themes.
Stars: ✭ 46 (+31.43%)
Mutual labels:  wordpress-development, wordpress-theme
Aquila
🎨 An Advanced WordPress theme
Stars: ✭ 204 (+482.86%)
Mutual labels:  wordpress-development, wordpress-theme
Create React Wptheme
Create modern, React-enabled WordPress themes with a single command.
Stars: ✭ 252 (+620%)
Mutual labels:  wordpress-development, wordpress-theme
untheme
A blank WordPress theme for developers.
Stars: ✭ 82 (+134.29%)
Mutual labels:  wordpress-development, wordpress-theme
Wp Tailwindcss Theme Boilerplate
A minimalist boilerplate for WordPress theme development using Tailwind CSS, SCSS, and Laravel Mix.
Stars: ✭ 199 (+468.57%)
Mutual labels:  wordpress-development, wordpress-theme
benenson
A Gutenberg WordPress theme
Stars: ✭ 70 (+100%)
Mutual labels:  wordpress-development, wordpress-theme
Theme
Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
Stars: ✭ 1,197 (+3320%)
Mutual labels:  wordpress-development, wordpress-theme
Wpintel
Chrome extension designed for WordPress Vulnerability Scanning and information gathering!
Stars: ✭ 70 (+100%)
Mutual labels:  wordpress-development, wordpress-theme
starter-kit-theme
WordPress starter theme with a modern development stack for launching projects faster and easily
Stars: ✭ 25 (-28.57%)
Mutual labels:  wordpress-development, wordpress-theme
Understrap
Understrap is the renowned open-source WordPress starter theme that combines Underscores with Bootstrap. Trusted by more than 100,000 developers.
Stars: ✭ 2,822 (+7962.86%)
Mutual labels:  wordpress-development, wordpress-theme
wordpress
📚 Recursos para aprender WordPress
Stars: ✭ 20 (-42.86%)
Mutual labels:  wordpress-development, wordpress-theme
WordPress-UIkit-Starter-Theme
A WordPress starter theme for developers using the frontend framework UIkit
Stars: ✭ 55 (+57.14%)
Mutual labels:  wordpress-development, wordpress-theme
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+28.57%)
Mutual labels:  wordpress-development, wordpress-theme
Fabrica Dev Kit
A toolkit for faster, smoother WordPress 5 development
Stars: ✭ 256 (+631.43%)
Mutual labels:  wordpress-development, wordpress-theme
wp-tools
Command line interface to reduce boring tasks when working on WordPress plugin / theme project that will be published to wp.org
Stars: ✭ 33 (-5.71%)
Mutual labels:  wordpress-development, wordpress-theme
wp-custom-fields
WP Custom Fields is an options, metabox and customizer framework for WordPress aimed at speeding-up plug-in and theme development.
Stars: ✭ 53 (+51.43%)
Mutual labels:  wordpress-development, wordpress-theme
Air Light
WordPress starter theme - designed to be minimal, lightweight and easy for all kinds of WordPress projects. Public Roadmap: https://favro.com/organization/3b45e73eaf083f68fefef368/c1dd2d4a99d6723904d2e763
Stars: ✭ 285 (+714.29%)
Mutual labels:  wordpress-development, wordpress-theme
Wp Functions List
This is a list of all WordPress functions from version 0 to version 4.8.1 along with the data of when they were first introduced and if they are deprecated or not
Stars: ✭ 88 (+151.43%)
Mutual labels:  wordpress-development, wordpress-theme

Barebones is a starter theme for WordPress running ReactJS. It is designed to get you up to speed in writing JS single page applications and WordPress' REST api. A complete tutorial on how this theme is built can be found here.

By core WordPress functionality I mean the following:

  • Single Post
  • Post Meta
  • Comments
  • Comment form
  • Archive (with paging)
  • Category
  • Search results (with paging)
  • Search form

This repo contains the "react-src" portion of the theme only. When you clone, you have to take extra steps for it to work. Continue below:

How to use

In your WP themes directory, create a directory named "my-theme" - or any name you like. CD into this directory, and do:

git clone https://github.com/michaelsoriano/barebones.git react-src

This will create a folder inside your my-theme directory called "react-src" with the necessary files. CD into "react-src" and do:

npm install

This will install the necessary modules inside the node_modules directory. When you're ready to edit the theme, run

npm run wpstart

Now you're ready to edit the files. Note that this uses your WordPress' server vs webpack. All changes will automatically refresh your browser.

npm run wpbuild

This will cause a build to happen. All final build files is located in the "build" directory. A copy of the files is also added to the root - so you can see the changes right away.

For more information, see create-react-wptheme

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].