https://github.com/aduth/wp-spa-demo-theme
A proof-of-concept single-page application built on WordPress using the official JSON API
https://github.com/aduth/wp-spa-demo-theme
Last synced: about 1 year ago
JSON representation
A proof-of-concept single-page application built on WordPress using the official JSON API
- Host: GitHub
- URL: https://github.com/aduth/wp-spa-demo-theme
- Owner: aduth
- License: mit
- Created: 2014-09-26T00:48:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-26T00:48:39.000Z (over 11 years ago)
- Last Synced: 2025-03-13T22:35:07.527Z (about 1 year ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WordPress SPA Demo Theme
A proof-of-concept single-page application built on WordPress using the official JSON API
## Requirements
- [JSON REST API plugin](https://wordpress.org/plugins/json-rest-api/)
- [Node.js](http://nodejs.org/)
- [Bower](http://bower.io/)
- [gulp.js](http://gulpjs.com/)
## Installation
First, clone the repository to your themes directory:
```bash
$ git clone git://github.com/aduth/wp-spa-demo-theme.git spa-demo
```
Then, install the required Node.js and Bower dependencies:
```bash
$ cd wp-spa-demo
$ npm install
$ bower install
```
Finally, compile JavaScript and style bundles:
```bash
$ gulp all
```
## License
Released under the MIT license (see LICENSE.md).