Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jabrena/java4kids

Java for Kids is the title of an easy reading book designed to explain how to learn Java programming from Scratch.
https://github.com/jabrena/java4kids

beginner book high-school java secondary-school

Last synced: 3 days ago
JSON representation

Java for Kids is the title of an easy reading book designed to explain how to learn Java programming from Scratch.

Awesome Lists containing this project

README

        

# Java4Kids

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.

``` bash
npm install http-server -g
http-server ./YOUR_PATH -p 3000
```

Using Python, you can use the following command:

``` bash
python -m SimpleHTTPServer
```