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
- Host: GitHub
- URL: https://github.com/schlessera/wcbtn-2018-app
- Owner: schlessera
- License: gpl-3.0
- Created: 2018-07-24T14:54:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T09:51:12.000Z (almost 8 years ago)
- Last Synced: 2025-04-18T09:34:27.088Z (over 1 year ago)
- Topics: hacktoberfest
- Language: TypeScript
- Size: 1.57 MB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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