Skip to content

google-developer-training/web-fundamentals-rendering-types-codelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published