Skip to content

Instantly share code, notes, and snippets.

@mschmulen
Created September 29, 2013 19:11
Show Gist options
  • Save mschmulen/6755574 to your computer and use it in GitHub Desktop.
Save mschmulen/6755574 to your computer and use it in GitHub Desktop.
Using the Yeoman Mobile Generator

Using the Yeoman Mobile Generator (https://github.com/yeoman/generator-mobile)

  1. Install and configure for Yeoman
  2. Install the mobile generator
  npm install -g generator-mobile
  1. Run it
  yo mobile
  1. Build it
  grunt

Run local server:

grunt server

Take screenshots:

grunt screenshots

Run in BrowserStack:

grunt open [nexus4 | nexus7 | iphone5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment