An open API service indexing awesome lists of open source software.

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

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
```