Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 753 Bytes

File metadata and controls

28 lines (17 loc) · 753 Bytes

Building Mobile Applications with HTML/Js/Css and Phonegap

View the presentation online

Phonegap demo

Example app used for course:

Evvent

Slide generator

A Bespoke.js presentation, built with generator-bespoke

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Grunt: $ npm install -g grunt-cli

Then, install dependencies and run the preview server:

$ npm install && bower install
$ grunt server