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
- Host: GitHub
- URL: https://github.com/devgeeks/talk--cross-platform-mobile-dev--apj-progress-spark
- Owner: devgeeks
- License: mit
- Created: 2015-04-21T06:14:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T06:22:53.000Z (about 11 years ago)
- Last Synced: 2025-02-15T05:24:19.864Z (over 1 year ago)
- Language: CSS
- Size: 2.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```