Show HN: Mega Boilerplate
megaboilerplate.com
Show HN: Mega Boilerplate
1–10 of 57 posts
Re: Show HN: Mega Boilerplate
#2Good stuff!
Re: Show HN: Mega Boilerplate
#3Page isn't loading for me. Github is though. https://github.com/sahat/megaboilerplate
Re: Show HN: Mega Boilerplate
#4[deleted]
Re: Show HN: Mega Boilerplate
#5Wow, as a long time RoR dev set in my ways, you may have finally given me the tool to overcome my laziness and check out this new fangled "server-side javascript" thing.
Re: Show HN: Mega Boilerplate
#6The layout is broken when viewed on mobile (iPhone 6). While this might seem like a minor nitpick, first impressions count.
Re: Show HN: Mega Boilerplate
#7Wow! 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
#8I 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
#9I 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
#10I 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.