An open API service indexing awesome lists of open source software.

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.

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/`.