Add links to templates

This commit is contained in:
Alexander Surma 2015-04-16 15:20:39 +01:00
parent 50f0d04321
commit fbd17088c4

View File

@ -97,7 +97,11 @@ concatenated versions of the component files. Namely, `css/material.min.css` and
The `templates/` subdirectory contains a few exemplary usages of MDL. Templates have their own, quasi-separate
gulp pipeline and can be compiled with `gulp templates`. The templates use the vanilla MDL JS and
[themed](http://google.github.io/material-design-lite/customizer/customizer.html) CSS files. Extraneous
styles are kept in a separate CSS file.
styles are kept in a separate CSS file. Use `gulp serve` to take a look at the templates:
* [General template](http://localhost:3000/templates/general)
* [Blog template](http://localhost:3000/templates/blog) and [blog entry](http://localhost:3000/templates/blog/entry.html)
* [Dashboard template](http://localhost:3000/templates/dashboard)
## Browser Support