Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 520 Bytes

File metadata and controls

23 lines (15 loc) · 520 Bytes

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.