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
Install node.js
Run
git clone https://github.com/juice-shop/juice-shop.git --depth 1
(or clone your own fork of the repository)Go into the cloned folder with
cd juice-shop
Run
npm install
(only has to be done before first start or when you change the source code)Run
npm start
Browse to http://localhost:3000"
Last updated