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

https://github.com/guyfedwards/chondrite

Basic boilerplate for Meteor app
https://github.com/guyfedwards/chondrite

Last synced: about 1 month ago
JSON representation

Basic boilerplate for Meteor app

Awesome Lists containing this project

README

          

# Chondrite

Sugar free slim fat diet zero boilerplate for Meteor applications. Simple folder structure, css utilities and essential packages.

This was created for creating small low level prototypes so is not secure, or feature rich, just a time saver.

### Packages
- autopublish
- insecure
- meteor-platform
- [fourseven:scss](https://github.com/fourseven/meteor-scss/)
- [iron:router](https://github.com/iron-meteor/iron-router)

If you are needing more security remove the `autopublish` and `insecure` packages.
```
meteor remove autopublish && meteor remove insecure
```

### Installation
```
git clone git@github.com:guyfedwards/chondrite
cd chondrite
meteor
```

### License
MIT license, see LICENSE.txt for more info.