https://github.com/shprink/ios-android-wordpress-ionic-webpack-es6
Repo created for the TutsPlus article: Creating iOS/Android mobile applications for WordPress using Ionic SDK, Webpack, ES6 and WP-API
https://github.com/shprink/ios-android-wordpress-ionic-webpack-es6
Last synced: about 2 months ago
JSON representation
Repo created for the TutsPlus article: Creating iOS/Android mobile applications for WordPress using Ionic SDK, Webpack, ES6 and WP-API
- Host: GitHub
- URL: https://github.com/shprink/ios-android-wordpress-ionic-webpack-es6
- Owner: shprink
- License: mit
- Created: 2015-08-08T15:05:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T16:17:51.000Z (over 8 years ago)
- Last Synced: 2025-02-24T08:44:50.876Z (about 2 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 63
- Watchers: 11
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Tuts+ Tutorial: Create a Mobile Application Using WordPress, Ionic, and AngularJS
#### Instructor: Julien Renaux
Creating hybrid, mobile applications with technologies, such as Ionic Framework and Cordova, has become increasingly popular. This tutorial shows you how you can leverage those technologies to build a hybrid, mobile application for your WordPress website.
Tuts+ tutorial: [Create a Mobile Application Using WordPress, Ionic, and AngularJS](http://code.tutsplus.com/tutorials/create-a-mobile-application-using-wordpress-ionic-and-angularjs--cms-24170)
**Read this tutorial on [Tuts+](https://code.tutsplus.com)**
### Install
```
cp config/default.config.json config/config.json
npm install# Cordova
cp config.dist.xml config.xml
npm run installCordova
```### Run
```
# Web
npm run devserver# Android
npm run runAndroid# iOS
npm run runIosEmulator
npm run runIosDevice
```