Tutorial Walkthrough: Optimize Cam's Pizzeria webpage to achieve a Lighthouse Performance score above 90.
- Install nodejs
- Check out or download the repository
- Run server.js in the top-level folder
$> cd /path/to/your-project-folder
$> npm install
$> node server.js
- Verify that you are now able to view the pizzeria webpage at localhost:8080
- 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
- Verify that you are able to visit the website using the public URL specified by ngrok
This repository is based on the optimization exercises from https://github.com/udacity/frontend-nanodegree-mobile-portfolio