ambidex-example--bike-index
ambidex-example--bike-index copied to clipboard
An example demonstrating how to utilize Ambidex.
Introduction
This is a sample application utilizing Ambidex. For more information, please see that repo.
Getting Started
Clone the repository
git clone [email protected]: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
- http://tardis.local:8080/ or
- http://bikeindex.local:8080/
Credits
- Data provided by the Bike Index API.
- Icons courtesy of Google Material Design.