Skip to content

A demo WordPress plugin combining React with node-wpapi to build a front-end custom post type editing interface

Notifications You must be signed in to change notification settings

wcoderNet/wp-notebook

 
 

Repository files navigation

WP Notebook

A simple front-end private journaling application application for the WordPress REST API, built with the wpapi NPM module and React.

It registers a "wpn_journal" custom post type, which is configured to only be available through the API, and uses a React-generated front-end form to permit authenticated users to create private journal entries.

Building the application

Run npm run build, or npm run watch to start Webpack in watch mode.

Files are built to /dist; generated bundles should be checked in to source control so that they can be detected by WordPress without a deploy-time build.

About

A demo WordPress plugin combining React with node-wpapi to build a front-end custom post type editing interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • PHP 32.4%
  • CSS 8.5%