Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilshartmann/typescript-intro
Slides and Example Code for TypeScript introduction Talk
https://github.com/nilshartmann/typescript-intro
Last synced: about 5 hours ago
JSON representation
Slides and Example Code for TypeScript introduction Talk
- Host: GitHub
- URL: https://github.com/nilshartmann/typescript-intro
- Owner: nilshartmann
- Created: 2018-03-05T20:57:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T15:15:14.000Z (over 2 years ago)
- Last Synced: 2024-05-15T15:40:33.251Z (6 months ago)
- Language: TypeScript
- Size: 74.5 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Introduction
## yarn tasks
* `yarn run clean`: removes the `dist` folder
* `yarn run build`: compiles TSCode from `src` to `dist`
* `yarn watch`: build in watch mode: watch for changes in `src` and compile to `dist`
* `yarn start`: runs the compiled application from `dist`
* `yarn prettier`: re-formats all source code in `src`