/ambidex-example--bike-index

An example demonstrating how to utilize Ambidex.

Primary LanguageJavaScript

Introduction

This is a sample application utilizing Ambidex. For more information, please see that repo.

Getting Started

Clone the repository

git clone git@github.com:appsforartists/ambidex-example--bike-index.git

Install the dependencies

npm install

Add the appropriate lines to /private/etc/hosts

127.0.0.1       tardis.local
127.0.0.1       bikeindex.local

Start the server

npm start tardis

(If you're running an older version of npm, try node --harmony ./init.js tardis It should do the same thing.)

Navigate to the appropriate page in your browser

Credits