Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 713 Bytes

File metadata and controls

30 lines (19 loc) · 713 Bytes

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.