Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejsway/thejsway
The JavaScript Way book
https://github.com/thejsway/thejsway
book es2015 es6 free javascript learn-to-code
Last synced: 21 days ago
JSON representation
The JavaScript Way book
- Host: GitHub
- URL: https://github.com/thejsway/thejsway
- Owner: thejsway
- License: other
- Created: 2016-12-12T19:49:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T05:58:40.000Z (5 months ago)
- Last Synced: 2024-08-05T08:07:09.240Z (3 months ago)
- Topics: book, es2015, es6, free, javascript, learn-to-code
- Language: CSS
- Homepage: https://thejsway.net
- Size: 26.1 MB
- Stars: 7,888
- Watchers: 200
- Forks: 800
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github - The JavaScript Way book
- awesome-repositories - thejsway/thejsway - The JavaScript Way book (CSS)
- awesome-resources - TheJSWay Book
- awesome-github-star - thejsway
README
# The JavaScript Way
This repository contains the English source files for **The JavaScript Way** book.
You may browse its content [here](manuscript/), but a nicer alternative is the [online version](https://thejsway.net) which is free to read.
This book is also available on [Leanpub](https://leanpub.com/thejsway) (PDF, EPUB), [Amazon](https://www.amazon.com/dp/295644462X) (Kindle, paperback) and [Educative](https://www.educative.io/courses/the-complete-javascript-course-build-a-real-world-app-from-scratch) (interactive course).
[![Book cover](manuscript/images/title_page_small.png)](https://thejsway.net)
## Development notes
The online version of the book is powered by [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material/). To deploy it locally, clone or download this repository, install [poetry](https://python-poetry.org/) then run the following commands in the cloned/downloaded folder:
```bash
poetry shell
poetry install
mkdocs serve
```By default, the book is deployed at on the local machine.
## License
This work is published under a [Creative Commons](LICENSE) license. All code is licensed under an [MIT](CODE_LICENSE) license. [Contributions](CONTRIBUTING.md) are most welcome.
Copyright © 2017-present [Baptiste Pesquet](https://bpesquet.fr).