This is the code for web security training content.
This repo contains the code for the "Explore website security issues" and "Apply security best practices in your pages" codelabs.
-
Download this project to your local machine.
-
In your terminal, navigate to the folder containing the project.
cd ~/Downloads/web-fundamentals-security-codelab-main
- 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
- Visit
http://localhost:3000
in your web browser.