zarazi / mantra-sample-blog-app

A sample blog app built with Mantra

Home Page:http://mantra-sample-blog.meteor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Sample Blog App Written in Mantra

This is a sample blog app written in Mantra covering core features of it.

Setting Up

  • Clone this repo
  • Do npm install to install dependencies
  • Make sure you've installed Meteor locally

Running The App

Simply start you app with meteor -p 5005. Then you can access the app on http://localhost:5005

Running Tests

In this app, every part of the client side is fully tested using the familiar tools like Mocha, Chai and Sinon.

Run tests with:

npm test

See package.json for more information about testing setup.

About

A sample blog app built with Mantra

http://mantra-sample-blog.meteor.com/

License:MIT License


Languages

Language:JavaScript 98.6%Language:CSS 1.4%