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

https://github.com/schlessera/wcbtn-2018-app

Ionic app used for the workshop "Using the REST API for WordPress-driven Apps" at WordCamp Brighton 2018
https://github.com/schlessera/wcbtn-2018-app

hacktoberfest

Last synced: over 1 year ago
JSON representation

Ionic app used for the workshop "Using the REST API for WordPress-driven Apps" at WordCamp Brighton 2018

Awesome Lists containing this project

README

          

# WordCamp Brighton 2018 Workshop App (wcbtn-2018-app)

An Ionic app to connect with a WordPress install.

## Setting Up Ionic
1/ Git clone or download this repo into your development area
* Install [**node**](https://nodejs.org) if you haven’t already (it includes the package manager npm)
* Install Ionic globally if you haven’t already
```
npm install -g ionic
```

2/ Navigate to the project folder in the terminal then
```
npm install
```
This will install all the ionic dependencies.

## Setting Up WordPress
This app is set-up to work with the accompanying [**Workshop Repo**](https://github.com/schlessera/wcbtn-2018-api).

## Prerequisites

You need a development environment (like WAMP, MAMP or Vagrant)
You need to be able to access the files and folder structure of your WordPress site.

## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning.

## Authors

* [**Alain Schlesser**](https://www.alainschlesser.com/) & [**Sean Blakeley**](http://www.seanblakeley.co.uk)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details