Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.72 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.72 KB

Learn to build a WordPress APP

This is a starting point and tutorial app for those wanting to learn how to build an app with WP-API. You can follow commits and pushes here, or follow the blog articles on my blog

The Build

The App

Still to be determined, go to my first blog post to give input on what you want to build, or let me know if you like one of my ideas.

Plugin - Collaborative Plugin Build

The Theme

The theme is built on Roots.IO theme, to get it running follow their instructions to install all necessary components

Global Variable Definitions

  • APIdata - Object containing api_url and api_nonce for use with WP-API
  • wpApp - Globally defined Angular App var wpApp = angular.module('wpApp', ['ngRoute', 'ngResource']);

What are we building?

In the works is a Social Style Guide sharing site (better name to come).

The site is going to be based on the SG-60 Style Guide Creator plugin, but with a full user system around it.

For full specs check out Part II on my tutorial process of building a WordPress APP. - Part II