Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 662 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 662 Bytes

Introduction

This is an example built off of Ambidex. For more information, please see that repo.

Getting Started

Grab the restify server

I'm using a simple to power this example:

Install the dependencies

npm install

Add the appropriate lines to /private/etc/hosts

127.0.0.1       bikeindex.local

Start the server

npm start

Navigate to the appropriate page in your browser