Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacke2/learning-typescript
learning-typescript
https://github.com/hacke2/learning-typescript
Last synced: 9 days ago
JSON representation
learning-typescript
- Host: GitHub
- URL: https://github.com/hacke2/learning-typescript
- Owner: hacke2
- Created: 2017-08-07T11:39:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T14:32:46.000Z (over 7 years ago)
- Last Synced: 2024-10-12T04:14:34.364Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
learning-typescript
---```bash
git clone [email protected]:hacke2/learning-typescript.git
cd learning-typescript
npm install
npm run watch
```it will watch `src` dir where has `.ts` files. It will build to `dist` dir. you can watch the file change.
![](https://user-images.githubusercontent.com/6399899/29025908-9a28c9cc-7bab-11e7-80b7-0b26f8e3a66a.png)