Everything that's explained on the boilerplate homepage and
- Linting with eslint (
meteor npm run lint
) - Full-Stack Testing (
meteor npm run test
) - Continuous Integration with Travis
I've tried to use technologies that have been helpful these past few years for projects that I've worked on. Here are some links that explain or explore technologies and approaches that can be used with this boilerplate.
- Rationalizing functional css (with tachyons)
- An open letter regarding semicolons (standardjs has no semicolons)
- Meteor Testing Guide
- Mobile first
Regarding frontend libraries this boilerplate isn't very opinionated. This project uses blaze by default, but it's easy to change to other popular frontend libraries such as React or Vue.
With orion-cli you can scaffold files based on the configuration of the boilerplate.
orion generate component
You can create components, models etc. and reset the project with the console tool (see below).
- Void by Sacha Greif
- meteor-jw-opinionated-skeleton by jamesdwilson (CoffeeScript)
- meteor-boilerplate by BeDifferential (CoffeeScript)
- em by EventedMind (Boilerplate & Scaffolding)