Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nsardo/meteor-1.8-coffeescript-example

Example code for using CoffeeScript and Jade with Meteor 1.8 and Mongo
https://github.com/nsardo/meteor-1.8-coffeescript-example

coffeescript2 example-code example-project meteor meteor-application meteorjs

Last synced: 21 days ago
JSON representation

Example code for using CoffeeScript and Jade with Meteor 1.8 and Mongo

Awesome Lists containing this project

README

        

# meteor-1.8-coffeescript-example

This is an example Meteor 1.8 CoffeeScript 2 App, using Jade for templating against Meteor's Blaze.

It shows basics of the following:
- Blaze Templates (Jade)
- Template onCreated, Helpers, events
- Session variables
- Mongo DB Collections
- Meteor Methods
- Tests