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
- Host: GitHub
- URL: https://github.com/guyfedwards/chondrite
- Owner: guyfedwards
- License: mit
- Created: 2015-08-13T16:44:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T12:17:40.000Z (almost 11 years ago)
- Last Synced: 2025-05-08T00:35:05.974Z (about 1 year ago)
- Language: CSS
- Size: 580 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.