Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.09 KB

readme.md

File metadata and controls

39 lines (22 loc) · 1.09 KB

Iron Router Example

Meteor is a complete open source platform for building web and mobile apps in pure JavaScript.

Meteor - meteor.com

Iron Meteor is a collection of packages that include Iron Router, a client and server side router designed specifically for Meteor.

Live Demo

Resources

Let us know if you discover anything worth sharing.

Running

If you don't have Meteor installed already, from a terminal window:

curl install.meteor.com | /bin/sh

To run the app:

meteor

The app should now be running on http://localhost:3000.

Credit

Created by Matt Thomson