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

https://github.com/devgeeks/talk--cross-platform-mobile-dev--apj-progress-spark

"Cross-Platform Mobile Development for iOS, Android and Windows Phone" talk given at APJ Progress Spark, Perth WA 2015
https://github.com/devgeeks/talk--cross-platform-mobile-dev--apj-progress-spark

Last synced: about 1 year ago
JSON representation

"Cross-Platform Mobile Development for iOS, Android and Windows Phone" talk given at APJ Progress Spark, Perth WA 2015

Awesome Lists containing this project

README

          

# Cross-Platform Mobile Development for iOS, Android and Windows Phone
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)

## View slides locally

First, ensure you have the following installed:

1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`

Then, install dependencies and run the preview server:

```bash
$ npm install && bower install
$ gulp serve
```