This is a basic Wordpress Theme for integrating Angular with Wordpress using the Wordpress REST API. Currently only supports pages, not posts.
To build, run ng build in the root directory (ng build --prod for prod builds).
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.
Run ng serve in the root directory to run a development web server.