https://github.com/devgeeks/appium-melbmobile-talk
Slides for my Appium.io talk at Melbourne Mobile
https://github.com/devgeeks/appium-melbmobile-talk
Last synced: about 1 year ago
JSON representation
Slides for my Appium.io talk at Melbourne Mobile
- Host: GitHub
- URL: https://github.com/devgeeks/appium-melbmobile-talk
- Owner: devgeeks
- Created: 2014-03-18T12:27:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-18T12:48:58.000Z (over 12 years ago)
- Last Synced: 2025-02-15T05:24:36.380Z (over 1 year ago)
- Language: CSS
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Appium
## Slides from my talk about Appium.io at Melbourne Mobile
> 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. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli`
Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ grunt server
```