Skip to Content
Node.js 6.x Blueprints
book

Node.js 6.x Blueprints

by Fernando Monteiro
August 2016
Intermediate to advanced
376 pages
6h 33m
English
Packt Publishing
Content preview from Node.js 6.x Blueprints

Adding a CSS framework to the application

In all the chapters of this book, we will always use the most up to date technologies, as we have seen in previous chapters with the use of the new Bootstrap (Alpha Release).

In this chapter in particular, we will use a design pattern known as Material Design.

Tip

You can read more about the design material at https://www.google.com/design/spec/material-design/introduction.html.

For this, we'll use a simple CSS framework called Materialize.css.

Tip

You can find more information about Materialize at this link: http://materializecss.com/.

  1. Replace all of the content from the app/views/layout.swig file with the following lines of code:
     <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Node.js Development

Learning Node.js Development

Andrew Mead
VB.NET Core Classes in a Nutshell

VB.NET Core Classes in a Nutshell

Budi Kurniawan, Ted Neward
Your First Week With Node.js, 2nd Edition

Your First Week With Node.js, 2nd Edition

James Hibbard, Craig Buckler, Mark Brown, Nilson Jacques, James Kolce, Paul Orac, M. David Green, Florian Rappl

Publisher Resources

ISBN: 9781785888434Supplemental Content