https://github.com/itzg/learningjava
Contains material teaching Java for new programmers
https://github.com/itzg/learningjava
Last synced: 4 months ago
JSON representation
Contains material teaching Java for new programmers
- Host: GitHub
- URL: https://github.com/itzg/learningjava
- Owner: itzg
- Created: 2018-06-01T13:34:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T19:46:40.000Z (about 8 years ago)
- Last Synced: 2025-12-19T13:16:10.695Z (7 months ago)
- Language: HTML
- Homepage: https://itzg.github.io/LearningJava/
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running locally
```
docker run -it --rm -v ${PWD}:/srv/jekyll -p 4000:4000 jekyll/jekyll jekyll serve
```