Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bang88/learning-typescript
https://github.com/bang88/learning-typescript
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bang88/learning-typescript
- Owner: BANG88
- License: apache-2.0
- Created: 2016-05-28T06:42:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T06:47:19.000Z (over 8 years ago)
- Last Synced: 2025-01-04T15:16:36.960Z (22 days ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn typescript
> use typescript with react,generate docs use typedoc
## Commands
```js
npm install```
## typescript
```js
tsc -W
```## Webpack
```shell
webpack
```## Docs
```js
npm run docs
```