Responsive Web Design With HTML5 And CSS Third Edition

Responsive-Web-Design-with-HTML5-and-CSS-Third-Edition

Responsive Web Design with HTML5 and CSS, Third Edition, published by Packt

For more about this title, visit rwd.education

Queries? Create an issue, contact the author on Twitter or via his website

Responsive Web Design with HTML5 and CSS, Third Edition

Building the 'rwd.education' site

You can browse the source files used to build the rwd.education website here.

To build the site I used a little Gulp build script to speed development.

Note that a CSS pre-processor step was used so I can nest media queries inside selectors and TypeScript was used for the little bit of JavaScript I needed because I prefer writing ES6 syntax and TypeScript converts it into more widely supported syntax.

I also used the rather lovely https://realfavicongenerator.net/ to make all the favicon images/manifests.

If you are curious and 'don't mind getting your hands dirty', included in the folder should be everything you need to run it up in a local server yourself.

  • You will need to install a recent version of Node (I used 14 if memory serves)
  • You will need to install Gulp v4 CLI
  • Run [sudo] npm install in Terminal from the 'rwd.education' folder
  • Assuming all installs OK (cross all your digits!), after everything is installed, you should now be able to run 'gulp' from the Terminal and away you go.

Problems? Open an issue, Tweet at me or send me a mail. Happy building!

New
(39)
• Released: Jun 25, 2020, 03:48 AM

Responsive Web Design With HTML5 And CSS Third Edition

Author: PacktPublishing
Item was Featured Author was Featured
FREE
Responsive Web Design with HTML5 and CSS, Third Edition, published by Packt size
git clone https://github.com/PacktPublishing/Responsive-Web-Design-with-HTML5-and-CSS-Third-Edition.git