Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.83 KB

GUIDE.md

File metadata and controls

39 lines (26 loc) · 1.83 KB

Guide

What's in here?

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

Why this stack?

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.

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.

Generating files

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).

Other Awesome Boilerplates