Merge branch 'master' of github.com:yeoman/web-starter-kit
commit
94dd46090e
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue