https://github.com/srackham/rimu-meteor-example
Simple Meteor app demonstrating the use of Rimu Markup.
https://github.com/srackham/rimu-meteor-example
Last synced: 16 days ago
JSON representation
Simple Meteor app demonstrating the use of Rimu Markup.
- Host: GitHub
- URL: https://github.com/srackham/rimu-meteor-example
- Owner: srackham
- Created: 2013-11-10T23:13:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-11T01:06:11.000Z (over 12 years ago)
- Last Synced: 2025-01-11T23:34:27.518Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rimu Markup example Meteor application
This simple example demonstrates client-side and server-side rendering
of Rimu Markup () from within a Meteor
() application. It uses the _rimumarkup_
smart package ().
Install this application using Meteorite smart package manager
():
1. Create a new project:
mrt create rimu-meteor-example
2. Copy the `meteor-example project` files (`meteor-example.*`, `smart.json`)
to the newly created `rimu-meteor-example` project directory.
3. Install `rimumarkup` package:
mrt add rimumarkup
4. Run the application:
mrt
5. Open the application in the browser at `http://localhost:3000/`.