Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jabrena/java4kids
- Owner: jabrena
- License: mit
- Created: 2017-04-06T17:23:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T19:29:32.000Z (over 7 years ago)
- Last Synced: 2024-11-09T13:12:06.768Z (about 1 month ago)
- Topics: beginner, book, high-school, java, secondary-school
- Language: CSS
- Homepage: https://jabrena.github.io/java4kids/www/
- Size: 264 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```