https://github.com/isystk/typescript-study
https://github.com/isystk/typescript-study
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isystk/typescript-study
- Owner: isystk
- Created: 2019-07-09T08:00:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T09:56:31.000Z (over 6 years ago)
- Last Synced: 2025-01-10T13:53:02.494Z (12 months ago)
- Language: TypeScript
- Size: 6.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-study
TypeScript の学習
[仕事ですぐに使えるTypeScript](https://future-architect.github.io/typescript-guide/index.html)
---
### 仕事ですぐに使えるTypeScript
## TypeScriptの世界を知る
**前書き**
**Node.jsエコシステムを体験しよう**
## TypeScriptの書き方
**変数**
**プリミティブ型**
**複合型**
**基本的な構文**
**基本的な型付け**
**関数**
**クラス**
**非同期処理**
**例外処理**
**モジュール**
## 実践編
## 中級のテクニック
**ジェネリクス**
**リアクティブ**
## TypeScript環境構築
**ソフトウェア開発の環境を考える**
**基本の環境構築**
**ライブラリ開発のための環境設定**
**CLIツール作成のための環境設定**
**Next.js(React)の環境構築**
## Appendix
**おすすめのパッケージ・ツール**
**貢献者**