Skip to content

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

Repository files navigation

Learning web security

This is the code for web security training content.

Understand different web page rendering types

This repo contains the code for the "Explore website security issues" and "Apply security best practices in your pages" codelabs.

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-security-codelab-main
  1. Install deps from npm and start the project:
npm i
npm start

# Should output:
# Bank Server Started: Use: http://localhost:4000
# Attacker Server Started: Use: http://localhost:8000
  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