Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 568 Bytes

File metadata and controls

14 lines (9 loc) · 568 Bytes

Wordpress Angular

Introduction

This is a basic Wordpress Theme for integrating Angular with Wordpress using the Wordpress REST API. Currently only supports pages, not posts.

Building

To build, run ng build in the root directory (ng build --prod for prod builds).

Installation

To install, place in the 'themes' directory in 'wp-content' and select in the Wordpress theme menu. A web server must be configured to serve the built project from the 'dist' directory.

Development

Run ng serve in the root directory to run a development web server.