Skip to content

cklanac/vending-machine

Repository files navigation

Live Demo

A live demo version is available on the gh-pages branch:

Wireframes

wireframes

Installation

Requirements

  • git
  • Node and npm

Clone repo

git clone https://github.com/cklanac/vending-machine.git

Install Ionic CLI and Cordova

npm install -g ionic@beta
npm install -g cordova

In the project directory Install dependencies

cd <path to project directory> 
npm install

Build and run local server

ionic serve

In Chrome Dev Tools, enable device mode to view simulated mobile and responsive versions

To view in simulated mobile devices run:

ionic serve --lab