When comparing Mint vs Google's Web Starter Kit, the Slant community recommends Mint for most people. In the question“What are the best Linux distros that run entirely in RAM?” Mint is ranked 5th while Google's Web Starter Kit is ranked 10th. The most important reason people chose Mint is:
Mint can handle banking accounts, saving accounts, credit cards, etc. It consolidates all your accounts together so you do not need to put work into following multiple accounts.
Ranked in these QuestionsQuestion Ranking
Pros
Pro All accounts in one place
Mint can handle banking accounts, saving accounts, credit cards, etc. It consolidates all your accounts together so you do not need to put work into following multiple accounts.
Pro Organizes budget into categories
Mint splits your spending into different categories, such as gas or fast food, so you can see where you're spending too much money or how much you need to budget for.
Pro Alerts
Mint can be set to alert you to various events such as upcoming bills, or low balances on any accounts. It can be set to alert you from the app, through email or by text message. In addition you can sign up to recieve monthly emails about your money and ways to improve your budget.
Pro Sass support
Since a lot of web designers these days don't use the plain old CSS, instead they use a CSS pre-processor (like Sass or Less). Thanks to Sass support web designers can easily add GWK to their workflows.
Pro CSS vendor autoprefixing
Starter Kit includes Autoprefixer that takes care of vendor prefixes.
Pro High PageSpeed Insights performance score
Since the base skeleton provided by the Web Starter kit is authored by Google itself, it's pretty much understood that the template is optimized to the max, for performance. If you test a site (on Google PageSpeed Insights) built by the GWK you can be sure that it'll always achieve a very high score.
Pro Responsive
Since most of the websites that are currently being built (or any website that was built after 2012) are responsive, a 'scaffold-ed' website skeleton without any responsiveness would be pretty useless.
Pro Live browser reloading
Helps to build website faster by refreshing the page automatically as you save the source file changes.
Pro Performance optimization
Gulp script includes tools for image optimization, JavaScript & CSS minification & optimization and HTML minification.
Pro Built-in HTTP server
In case you want to try out your shiny new site on your mobile phone or another PC. Just type in the command gulp serve
and load up the provided server address from another device to see how your website looks and performs.
Pro Google-friendly style guide
Pro Includes a gulp build script
If you use the Gulp build system and are familiar with its environment, you can directly use Web Starter Kit's Gulp build script to build your next GWK based project.
Pro BrowserSync for synchronized browser testing
BrowserSync offers a browser live-update solution across multiple devices. And it works with basically every desktop and mobile browser. Even IE7.
Pro Yeoman generator
There's a Yeoman generator for Google's Web Starter Kit available. To install (requires Node, Ruby, Gulp, and Sass):
sudo npm install -g yo generator-web-starter-kit
cd project-root-directory/
yo web-starter-kit
npm install
gulp serve
Cons
Con Not international
Only works for US & Canada banks, and even then there are banks (like EQ Bank) that have actively blocked access to Mint.
Con Online only
It does not work offline.
Con Unsafe
With very few exceptions, Mint isn't just syncing your data over, but is using your username and password to log directly into the bank website. Banks will not reimburse for any fraud or stolen funds that may result from this, or may use Mint as an excuse to not reimburse for charges or stolen funds that occur from other causes.
Con Categories organization not flexible
Con The budgeting part has too many bugs
Con Very complicated tool
Of course, it's powerful but also very complicated. Some would prefer tools which are less robust, has less features but are a lot easier.
Con Deprecated
Visitors to the official docs will see a warning: "Warning: Web Starter Kit is no longer supported."
Con Can't be used with Less
The framework CSS is built on Sass, which adds dependencies to the build chain. There's no option to use Less.