Skip to content

An Angular application skeleton for building dynamic websites on top of the WordPress V2 API.

Notifications You must be signed in to change notification settings

peterhartree/ng-wordpress

Repository files navigation

ng-wordpress

An Angular application skeleton for building dynamic websites on top of the WordPress REST API v2.

Pre-alpha! Use at your own risk.

Get started

Prerequisites

Installation

git clone https://github.com/peterhartree/ng-wordpress.git . -o upstream

npm install

bower install

You'll also want the companion WordPress plugin. From your WordPress plugin directory, run:

git clone https://github.com/peterhartree/ng-wordpress-plugin.git ngwp

Then activate the plugin via the WordPress dashboard.

To learn what this plugin does, see here.

Configuration

Open app/settings.js and set your baseURL.

Development

Run sh dev

Build

Run sh build

Testing

Running grunt test will run the unit tests with karma.

Get updates

Run sh update

About

An Angular application skeleton for building dynamic websites on top of the WordPress V2 API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published