• This repository has been archived on 24/Oct/2024
  • Stars
    star
    151
  • Rank 246,057 (Top 5 %)
  • Language
    CSS
  • License
    MIT License
  • Created almost 4 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example website for "Improving Web Performance" training.

Fundamentals of Web Performance Demo Website


This is example website for Todd Gardner's "Fundamentals of Web Performance" workshop. You can find he workshop online at Frontend Masters. It is intended to illustrate common and effective techniques to improve the performance of a website. It is not meant to be used in production.

How to use

npm install
npm start

Open a browser at http://localhost:3000/ to view the website.

Related Resources: