Skip to content

google-developer-training/web-fundamentals-storage-codelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use web storage techniques Codelab

This repo contains the starter and solution code for the "Use web storage techniques" 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-storage-codelab-main
  1. Install deps from npm and start the project:
npm i
npm start
# Should output: App running at http://localhost:3000
  1. Visit http://localhost:3000 in your web browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published