Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 570 Bytes

File metadata and controls

23 lines (15 loc) · 570 Bytes

Understand different web page rendering types

This repo contains the starter and solution code for the "Understand different web page rendering types" codelab.

Getting Started

  1. Download this project to your local machine.

  2. In your terminal, navigate to the folder containing the project.

cd ~/Downloads/web-fundamentals-rendering-types-codelab-main
  1. Install deps from npm and start the project:
npm i
npm start
# Should output: Codelab server started at: http://localhost:3000
  1. Visit http://localhost:3000 in your web browser.