https://github.com/c0debrain/mbase
https://github.com/c0debrain/mbase
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/c0debrain/mbase
- Owner: c0debrain
- License: other
- Created: 2017-04-27T05:36:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T05:38:11.000Z (over 8 years ago)
- Last Synced: 2025-01-01T17:42:09.555Z (about 1 year ago)
- Language: JavaScript
- Size: 261 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://circleci.com/gh/meteor/todos)
This is a Todos example app built on the principles described in the [Meteor Guide](http://guide.meteor.com/structure.html). This app uses the module functionality introduced in Meteor 1.3, but everything else should be applicable to Meteor 1.2 as well.
## Versions
This version (the `master`) branch uses the [Blaze](http://guide.meteor.com/blaze.html) rendering library, with code written in ES2015 JavaScript.
The [`react`](https://github.com/meteor/todos/tree/react) branch implements the same application using [React](http://guide.meteor.com/react.html)
The [`coffeescript`](https://github.com/meteor/todos/tree/coffeescript) branch implements this (the Blaze) version of the app in CoffeeScript.
Note that attempts will be made to keep the branches up to date but this isn't guaranteed.
### Running the app
```bash
meteor npm install
meteor
```
### Scripts
To lint:
```bash
meteor npm run lint
```