All Projects → asciidwango → Js Primer

asciidwango / Js Primer

Licence: other
📖 JavaScript Primer - 迷わないための入門書

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
HTML
75241 projects
CSS
56736 projects
typescript
32286 projects
Handlebars
879 projects

Projects that are alternatives of or similar to Js Primer

Learn Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
Stars: ✭ 7,221 (+249.18%)
Mutual labels:  tutorial, book
Hyperbook
https://github.com/kwasniew/hyperbook-tutorial
Stars: ✭ 33 (-98.4%)
Mutual labels:  tutorial, book
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (-63.54%)
Mutual labels:  tutorial, book
Elm Tutorial
A guide to building web applications using Elm 0.18
Stars: ✭ 398 (-80.75%)
Mutual labels:  tutorial, book
Pythonpersiantutorial
A free and online Python book in Persian
Stars: ✭ 102 (-95.07%)
Mutual labels:  tutorial, book
Dasarpemrogramangolang
📖 Source Code E-book Dasar Pemrograman Golang
Stars: ✭ 625 (-69.78%)
Mutual labels:  tutorial, book
Javase6tutorial
Java SE 6 技術手冊
Stars: ✭ 884 (-57.25%)
Mutual labels:  tutorial, book
Machine Learning Books
book
Stars: ✭ 290 (-85.98%)
Mutual labels:  tutorial, book
Django Crash Starter
The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.
Stars: ✭ 80 (-96.13%)
Mutual labels:  tutorial, book
Learn Vim
Vim 实操教程(Learning Vim)Vim practical tutorial.
Stars: ✭ 1,166 (-43.62%)
Mutual labels:  tutorial, book
Infosec
Учебное пособие по защите информации кафедры радиотехники и систем управления МФТИ
Stars: ✭ 386 (-81.33%)
Mutual labels:  tutorial, book
Byte Of Python
Beginners book on Python - start here if you don't know programming
Stars: ✭ 1,713 (-17.17%)
Mutual labels:  tutorial, book
Thebookofshaders
Step-by-step guide through the abstract and complex universe of Fragment Shaders.
Stars: ✭ 4,070 (+96.81%)
Mutual labels:  tutorial, book
The Way To Go zh cn
《The Way to Go》中文译本,中文正式名《Go 入门指南》
Stars: ✭ 28,323 (+1269.58%)
Mutual labels:  tutorial, book
Boost Cookbook
Online examples from "Boost C++ Application Development Cookbook":
Stars: ✭ 306 (-85.2%)
Mutual labels:  tutorial, book
Rust Learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
Stars: ✭ 7,431 (+259.33%)
Mutual labels:  tutorial, book
Guide.elm Lang.org
My book introducing you to Elm!
Stars: ✭ 270 (-86.94%)
Mutual labels:  tutorial, book
Solid
Книга о принципах объектно-ориентированного дизайна SOLID
Stars: ✭ 280 (-86.46%)
Mutual labels:  tutorial, book
Gobyexample
Go by Example 通过例子学 Golang
Stars: ✭ 1,066 (-48.45%)
Mutual labels:  tutorial, book
Belajar Git
Tutorial Git dalam Bahasa Indonesia
Stars: ✭ 109 (-94.73%)
Mutual labels:  tutorial, book

JavaScript Primer Actions Status

この書籍はECMAScript 2015以降をベースとしたJavaScriptの入門書です。

プログラミングをやったことがあるが、今のJavaScriptがよくわからないという人が、 今のJavaScriptアプリケーションを読み書きできるようになる目的の書籍です。

ウェブ版は次のURLから閲覧できます。

書籍版は次のページから購入できます。

ウェブ版と書籍版の内容は基本的には同じです。 詳細はウェブ版と書籍版の違いを参照してください。

Twitterのハッシュタグは #jsprimer です。

⚠️ Status ⚠️

この書籍は開発中の内容となっています。

どのような経緯で動いているかはミーティングノートを参照してください。

リポジトリの更新を追いたい方はリポジトリをWatchしてください。

Watch button

また、下記フォームからメールアドレスを登録しておくと更新情報を受け取れます。

Installation

npm install

Node.js 14.15.0以上が必要です。 npxコマンドが利用できることを確認してください。

Usage

Build

HonKitのbuildをします。

npm run build

Watch

HonKitのbuildかつWatchをします。 プレビューをする場合は、ローカルサーバーを利用してください。

次のコマンドを実行後、http://localhost:4000/へアクセスすることでプレビューを見られます。

npm run start
# open http://localhost:4000/

Test

このプロジェクトでは文章やコードに対してテストを実行しています。 文章中のインラインコードのテスト、特定のファイル名にもとづくテスト、コメントを使ったDocTestなどが含まれます。

以下のコマンドを実行すると全てのテストが実行されます。

npm i -d && npm test

詳しくは CONTRIBUTING.md を見てください。

Contributing

小さなtypoでもIssueやPull Requestを歓迎しています。

コントリビュートの方法や確認方法についてはCONTRIBUTING.mdを参照してください。 また文章の間違いに気づいたらも参照してください。

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

CODE_OF_CONDUCTもあわせて参照してください。

License

Copyright (c) 2016-present jsprimer project

  • ソースコード: MITライセンス
  • 文章: CC BY-NC 4.0

Project Member

jsprimerプロジェクトは次のメンバーで構成されています。

Contact

バグ報告は次のページを参照してください。

感想などのフィードバックには次のフォームを利用してください。

その他の連絡は次のメールアドレスに送ってください。

OSS Supporters

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].