This repo contains the starter and solution code for the "Use web storage techniques" codelab.
-
Download this project to your local machine.
-
In your terminal, navigate to the folder containing the project.
cd ~/Downloads/web-fundamentals-storage-codelab-main
- Install deps from npm and start the project:
npm i
npm start
# Should output: App running at http://localhost:3000
- Visit
http://localhost:3000
in your web browser.