Skip to content

Web Performance Tutorial Exercise for CS3249 NUS SoC AY1819S2

License

Notifications You must be signed in to change notification settings

nus-ubicomplab/cs3249webperftut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS3249 Web Performance Optimization Handons Exercise

Tutorial Walkthrough: Optimize Cam's Pizzeria webpage to achieve a Lighthouse Performance score above 90.

Setup

  1. Install nodejs
  2. Check out or download the repository
  3. Run server.js in the top-level folder
$> cd /path/to/your-project-folder
$> npm install
$> node server.js
  1. Verify that you are now able to view the pizzeria webpage at localhost:8080
  2. Download and install ngrok to the top-level of your project directory to make your local server accessible remotely.
$> cd /path/to/your-project-folder
$> ./ngrok http 8080
  1. Verify that you are able to visit the website using the public URL specified by ngrok

Credits

This repository is based on the optimization exercises from https://github.com/udacity/frontend-nanodegree-mobile-portfolio

About

Web Performance Tutorial Exercise for CS3249 NUS SoC AY1819S2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published