Merge branch 'master' of github.com:yeoman/web-starter-kit

master
Matt Gaunt 2014-06-06 12:28:06 +01:00
commit 94dd46090e
1 changed files with 7 additions and 0 deletions

View File

@ -47,9 +47,16 @@ $ gulp watch
$ gulp pagespeed
```
## Requirements
In addition to requiring [Node](http://nodejs.org), [Ruby](https://www.ruby-lang.org/) and the [Sass gem](http://sass-lang.com/install) are also required.
## What performance requirements does Web Starter Kit have?
Web Starter Kit will be striving to ship with a 60fps experience and a PageSpeed score of 100 out of the box.
We intend to give developers a high performance starting point for multi-device development, paying close attention to this requirement when deciding on the libraries and tools we prescribe. We will be employing use of PageSpeed Insights and the Chromium Telemetry tools for helping us stay on top of this.
## Inspiration
Web Starter Kit is inspired by [Mobile HTML5 Boilerplate](http://html5boilerplate.com/mobile/) and Yeoman's [generator-gulp-webapp](https://github.com/yeoman/generator-gulp-webapp).