Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmturley/wordpress-angular
Wordpress and AngularJS
https://github.com/kmturley/wordpress-angular
Last synced: 1 day ago
JSON representation
Wordpress and AngularJS
- Host: GitHub
- URL: https://github.com/kmturley/wordpress-angular
- Owner: kmturley
- Created: 2014-11-26T20:40:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T19:19:51.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T00:59:49.859Z (7 months ago)
- Language: JavaScript
- Size: 6.86 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wordpress-angular
===========
Wordpress and AngularJS combined:Wordpress `http://wordpress.org/`
Wordpress REST api plugin `https://wordpress.org/plugins/json-rest-api/`
AngularJS `http://angularjs.org/`
## Installation and running tasksInstall [Wordpress](http://wordpress.org/) then navigate to the admin at:
http://localhost:8888/wp-admin/
Go to the plugins section and install the REST api plugin called JSON REST API (WP API)
After installing the plugin, put this wordpress-angular theme inside the following folder, and activate the theme in the admin/wp-content/themes/wordpress-angular
## Running the app during development
Go to the folder and open the first page in your web browser
http://localhost:8888/
## Directory Layout
footer.php --> footer and javascript includes
functions.php --> wordpress override functions
header.php --> header and css includes
index.php --> index page (the main html template of the app)
libs/ --> external libraries and fonts
modules/ --> modules grouped by functionality
app/ --> main application module
page/ --> view/edit item
style.css --> Wordpress stylesheet## Contact
For more information on AngularJS please check out `http://angularjs.org/`