Live data from Hacker News

Show HN: Mega Boilerplate

megaboilerplate.com

1–10 of 57 posts

Re: Show HN: Mega Boilerplate

#7
Wow! As someone who struggles to configure all of these dependencies, I love this. I also have difficulty learning new stacks by following the hello world/todo examples in the documentation so having a real boilerplate app built helps tremendously. Maybe I'll finally try and learn React ;)

Re: Show HN: Mega Boilerplate

#8
I hate to sound negative, but what does it offer over yeoman and the individual generators out there? If I use a Mega Boilerplate setup, I lose scaffolding post-setup stage, so what do I gain?

Re: Show HN: Mega Boilerplate

#9
post #8

I hate to sound negative, but what does it offer over yeoman and the individual generators out there? If I use a Mega Boilerplate setup, I lose scaffolding post-setup stage, so what do I gain?

I agree that it serves almost the same purpose, but for a beginner, seeing all the layers, what they do, and choosing them piecemeal is a great way to learn quickly before graduating to the yeoman ecosystem.

Re: Show HN: Mega Boilerplate

#10
post #8

I hate to sound negative, but what does it offer over yeoman and the individual generators out there? If I use a Mega Boilerplate setup, I lose scaffolding post-setup stage, so what do I gain?

For me(I maintain a purely platonic relationship with JS) it offers an easy choice. An example: I don't have to choose MongoDB over Postgres just because the Yeoman generator that actually has all the items I want, decided to go with NoSQL.
Post reply on HN