Meteor MVP Boilerplate
August 14, 2019 7:22 pmMeteor is a great MVP framework – it’s full-stack and a lot of normally tedious setup tasks are taken care of auto-magically. But there’s still some work to be done on almost every project, like configuring routing and user authentication.
So in the last couple of days I built upon my SEO-ready Meteor boilerplate and created an MVP boilerplate – it a Meteor app that works out of the box with:
- Full-screen landing page
- Routing (with Iron Router)
- Customizable SEO settings per route
- Working user authentication system
- Spectre CSS framework
It’s a bit less agnostic than the SEO-ready boilerplate, more customized to my preferences, but anyone should be able to use it without much trouble.
Ready to launch a new project? Clone or download the Meteor MVP repo!
Enjoy
Tags: Iron Router, SEO, Spectre.cssCategorised in: JavaScript, Meteor
This post was written by Yacine