mantrajs / meteor-mantra-kickstarter

Kickstart your meteor mantra development
MIT License
184 stars 50 forks source link

meteor-mantra-kickstarter

bring your meteor mantra development up to speed

Please make sure you read Mantra Specification and visit the official repository. Keep in mind that Mantra is an approach to application architecture rather than a framework. It is supposed to keep our options open and not lock us in to any particular library, we are free to choose how manage routing, state management and data-binding. In other words bring your own toolkit: flow router / react router GraphQL, Redux or any other shiny new thing.

Features

screen homepage

screen register

screen login

screen password

screen users-collection

screen users-add

screen colors-collection

screen colors-add

screen colors-single

Setting Up

npm install
meteor --port 5005

Your app should be running http://localhost:5005

Roadmap

This is an early draft. Mantra architecture is very fresh and React environment is quite dynamic, that means things will change and break. We will be following the discussions and will try to keep this project up to date.

The goal is to bring some simple yet valuable to most apps features:

Running Tests (to be completed)

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.