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. Run git clone https://github.com/juice-shop/juice-shop.git --depth 1 (or clone your own forkarrow-up-right of the repository)

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

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

  4. Run npm start

Last updated