Installation

https://github.com/juice-shop/juice-shop

I am running the Juice Shop in a Kali Linux. The setup is done as follows

"From Sources

  1. Install node.js

  2. Run git clone https://github.com/juice-shop/juice-shop.git --depth 1 (or clone your own fork of the repository)

  3. Go into the cloned folder with cd juice-shop

  4. Run npm install (only has to be done before first start or when you change the source code)

  5. Run npm start

Last updated