Live data from Hacker News

Web Starter Kit

developers.google.com

1–10 of 218 posts

Re: Web Starter Kit

#9
post #4

Ironically the home page for it looks horrible in the latest version of Chrome under Windows.

Can you file an issue on our repository and I will investigate it. It looked ok when I was running it last night. https://github.com/Google/WebFundamentals/issues is our tracker.

EDIT: adding link to issue tracker.

Re: Web Starter Kit

#10
post #2

Twitter Bootstrap competitor?

Good question. We don't consider ourselves a Bootstrap competitor, but rather a combination of best practices and tooling when it comes to starting work on new multi-device/mobile web projects.

Bootstrap, Zurb and similar libraries provide a great start for prototyping your apps, but one of the biggest challenges with them is that it’s (almost too) easy to get stuck using their styles, look and feel for the lifetime of your application. We think this leads to a poorer experience. It's also easy to just end up with 100KB+ of styles (unless you're opting for a modular build) that never get removed.

In Web Starter Kit, we provide you a boilerplate set of base styles and a visual style guide for your components, but we actively encourage you to change these to suit your own app. This may require a little more work, but the reality is that any serious project is going to have it’s own look and feel and we want you to feel comfortable changing the kit to suit your own needs.

We also include tooling for removing unused CSS. So, even if you use our styles (or choose to use Bootstrap instead) we should hopefully help keep your pages lean.

Post reply on HN