This is the website for Book: "Java4Kids"
Deployment notes
To launch in localhost your the website, exists several alternatives. With Node.js you can use the following module.
npm install http-server -g
http-server ./YOUR_PATH -p 3000
Using Python, you can use the following command:
python -m SimpleHTTPServer